- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1131 - 1140 of over 10,000 for 2 (0.19 seconds)
-
clustering.rst.txt
2, 0, 3, 4, 5, 1] >>> labels_pred = [1, 1, 0, 0, 2, 2, 2,...1, 2, 0, 3, 4, 5, 1] >>> labels_pred = [1, 1, 0, 0, 2, 2, 2,...scikit-learn.org/stable/_sources/modules/clustering.rst.txt -
mean_pinball_loss — scikit-learn 1.8.0 do...
2 , 3 ] >>> mean_pinball_loss...mean_pinball_loss ( y_true , [ 0 , 2 , 3 ], alpha = 0.1 ) 0.03... >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_pinball_loss.html -
KNeighborsClassifier — scikit-learn 1.8.0...
array([[2]])) As you can see, it returns [[0.5]], and [[2]], which...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html -
CCA — scikit-learn 1.8.0 documentation
[ 2. , 2. , 2. ], [ 3. , 5. , 4. ]] >>>...y = [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 ,...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html -
homogeneity_completeness_v_measure — scik...
scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_completeness_v_measure.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 -
LassoCV — scikit-learn 1.8.0 documentation
it is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]]) . T >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html -
Release Highlights for scikit-learn 0.24 —...
2. From 1.2, use # PartialDependenceDis...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Gallery generated...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html -
Isomap — scikit-learn 1.8.0 documentation
n_components = 2 , eigen_solver = 'auto' , tol..., metric = 'minkowski' , p = 2 , metric_params = None ) [source]...scikit-learn.org/stable/modules/generated/sklearn.manifold.Isomap.html -
LocallyLinearEmbedding — scikit-learn 1.8...
(n_components + 1) / 2 . see reference [2] modified : use the...n_neighbors = 5 , n_components = 2 , reg = 0.001 , eigen_solver =...scikit-learn.org/stable/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html