51%
19.09.2019
sklearn.model_selection import train_test_split
from sklearn.metrics import mean_squared_error
from cuml.linear_model import LinearRegression as cuLR
n_samples = 2**20
n_features = 399
# Generate Data
X,y = make_regression(n_samples=n
51%
07.11.2011
for [clauses ...]
for (i=0;i<N;i++) {
a[i]= i*i; /* parallelized */
}
... /* one thread */
Also, you can combine the two compiler directives, parallel
and sections
, to form a single directive
51%
10.10.2012
(Listing 9), built using the Open64 compiler and mpich2 (a previous article explains the environment I used).
Listing 9: Openlava Job Script for Running Sample MPI Code
#!/bin/bash
#
# Test 2 script
51%
16.10.2012
shows the differences that depend on the existence of the username.
In the first step, the attacker issues n
login requests with an existing user and collects the responses (A_1, A_2, …, A_n
51%
25.11.2012
/cmdline
root=/dev/disk/by-uuid/10a83ffe-5a9f-48a2-b8cb-551c2cc6b42d resume=/dev/sda3 \
splash=silent text showopts crashkernel=128
sles:~ # /etc/init.d/boot.kdump status
kdump kernel loaded
51%
28.11.2011
are the same as decimal 18. This command searches for packets with this type of data in byte 13:
# tcpdump -n -r dumpfile.lpc -c 10 'tcp[13] == 18' and host 172.16.183.2
Figure 5 is an example of what
51%
21.08.2012
.1 M
Total download size: 3.9 M
Installed size: 18 M
Is this ok [y/N]: y
Downloading Packages:
(1/4): php-5.3.3-14.el6_3.x86_64.rpm | 1.1 MB 00:00
(2/4): php-cli-5
51%
20.03.2014
the results, whereas 'C' is initialized without a value.
In: Series({'a': 1, 'b': 2, 'd': 4}, index=['a', 'b', 'c'])
Out:
a 1
b 2
c NaN
dtype: float64
Multiple indices are also allowed; you need
51%
12.03.2014
from the results, whereas 'C'
is initialized without a value.
In: Series({'a': 1, 'b': 2, 'd': 4}, index=['a', 'b', 'c'])
Out:
a 1
b 2
c NaN
dtype: float64
Indexes are separate Pandas data
51%
06.10.2019
-server-full
commands handle the request and sign procedure automatically, without requiring any intervention on the part of the admin.
The scripts CharitÈ uses are based on Easy-RSA 2.2.2-2, which comes with the Debian