- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 271 - 280 of 3,230 for 1 (0.53 sec)
-
Successive Halving Iterations — scikit-learn 1....
"max_features" : randint ( 1 , 6 ), "min_samples_split" : randint...min_samples_split 5 min_samples_leaf 1 min_weight_fraction_leaf 0.0 max_features...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html -
Vector Quantization Example — scikit-learn 1.7....
bin_edges [: - 1 ] + ( bin_edges [ 1 :] - bin_edges [: - 1 ]) / 2 bin_center...bin_edges [: - 1 ] + ( bin_edges [ 1 :] - bin_edges [: - 1 ]) / 2 bin_center...scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html -
pairwise_distances — scikit-learn 1.7.1 documen...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances.html -
make_friedman2 — scikit-learn 1.7.1 documentation
1 ] <= 560 * pi , 0 <= X [:, 2 ] <= 1 , 1 <= X [:, 3...** 2 + ( X [:, 1 ] * X [:, 2 ] - 1 / ( X [:, 1 ] * X [:, 3 ]))...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_friedman2.html -
contingency_matrix — scikit-learn 1.7.1 documen...
labels_pred ) array([[1, 1, 0], [0, 1, 1], [1, 0, 1]]) On this page..., 0 , 1 , 1 , 2 , 2 ] >>> labels_pred = [ 1 , 0 , 2 , 1 , 0 ,...scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.contingency_matrix.html -
cosine_distances — scikit-learn 1.7.1 documenta...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...cosine_distances ( X , Y ) array([[1. , 1. ], [0.422, 0.183]]) On this...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.cosine_distances.html -
empirical_covariance — scikit-learn 1.7.1 docum...
scikit-learn.org/stable/modules/generated/sklearn.covariance.empirical_covariance.html -
make_blobs — scikit-learn 1.7.1 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Plot the...2) >>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0]) >>> X , y = make_blobs...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html -
laplacian_kernel — scikit-learn 1.7.1 documenta...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...K(x, y) = exp(-gamma ||x-y||_1) for each pair of rows x in X...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.laplacian_kernel.html -
lasso_path — scikit-learn 1.7.1 documentation
alpha * || w || _1 For multi-output tasks it is: ( 1 / ( 2 * n_samples...lasso_path >>> X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]])...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html