- Sort Score
- Num 10 results
- Language All
- Labels All
Results 481 - 490 of over 10,000 for 2 (0.93 seconds)
-
Compressive sensing: tomography reconstruction ...
x - l / 2.0 ) ** 2 + ( y - l / 2.0 ) ** 2 < ( l / 2.0 ) **...** 2 mask = np . zeros (( l , l )) points = l * rs . rand ( 2 ,...scikit-learn.org/stable/auto_examples/applications/plot_tomography_l1_reconstruction.html -
ElasticNetCV — scikit-learn 1.8.0 documen...
is: ( 1 / ( 2 * n_samples )) * || Y - XW || _Fro ^ 2 + alpha *...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html -
Using KBinsDiscretizer to discretize continuous...
subplots ( ncols = 2 , sharey = True , figsize = (...predict ( line ), linewidth = 2 , color = "green" ,...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization.html -
make_gaussian_quantiles — scikit-learn 1....
int64(2), np.int64(0), np.int64(1), np.int64(0), np.int64(2)] Gallery...n_samples = 100 , n_features = 2 , n_classes = 3 , shuffle = True...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_gaussian_quantiles.html -
auto_examples_jupyter.zip
- l / 2.0) ** 2 + (y - l / 2.0) ** 2 < (l / 2.0) ** 2\n mask...1,\n figsize=(4 * 2.2, n_classifiers * 2.2),\n)\nevaluation_results...scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip -
Elastic Product End of Life Dates | Elastic
2: Major 8, Minor 3, Maintenance 2). 1.2 "Maintenance"...version 2.8 is the most-current Minor Release, both 2.8 and 2.7 will...www.elastic.co/support/eol -
top_k_accuracy_score — scikit-learn 1.8.0...
2 , 0.2 ], # 0 is in top 2 ... [ 0.3 , 0.4 , 0.2 ], # 1...is in top 2 ... [ 0.2 , 0.4 , 0.3 ], # 2 is in top 2 ... [ 0.7...scikit-learn.org/stable/modules/generated/sklearn.metrics.top_k_accuracy_score.html -
murmurhash3_32 — scikit-learn 1.8.0 docum...
to a signed int from -(2 ** 31) to 2 ** 31 - 1 Examples >>>...to an unsigned int from 0 to 2 ** 32 - 1 False: the results is...scikit-learn.org/stable/modules/generated/sklearn.utils.murmurhash3_32.html -
Spectral clustering for image segmentation R...
]) ** 2 + ( y - center1 [ 1 ]) ** 2 < radius1 ** 2 circle2...]) ** 2 + ( y - center2 [ 1 ]) ** 2 < radius2 ** 2 circle3...scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html -
Plot randomly generated multilabel dataset R...
1500 * p_c ** 2 , color = COLORS . take ([ 1 , 2 , 4 ]), ) ax...means the class is present: 1 2 3 Color Y N N Red N Y N Blue N...scikit-learn.org/stable/auto_examples/datasets/plot_random_multilabel_dataset.html