- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 391 - 400 of 3,264 for 2 (0.49 sec)
-
RadiusNeighborsClassifier — scikit-learn 1.7.2 ...
p = 2 , metric = 'minkowski' , outlier_label...the problem. p float, default=2 Power parameter for the Minkowski...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsClassifier.html -
CompoundKernel — scikit-learn 1.7.2 documentation
RBF ( length_scale = 2.0 )]) >>> print ( kernel . bounds...>>> print ( kernel . n_dims ) 2 >>> print ( kernel . theta ) [1.09861229...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.CompoundKernel.html -
SGD: Weighted samples — scikit-learn 1.7.2 docu...
2 ) + [ 1 , 1 ], np . random . randn ( 10 , 2 )] y = [...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_weighted_samples.html -
make_multilabel_classification — scikit-learn 1...
n_labels = 2 , length = 50 , allow_unlabeled...problem. n_labels int, default=2 The average number of labels per...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_multilabel_classification.html -
BaggingClassifier — scikit-learn 1.7.2 document...
the method is known as Bagging [2] . When random subsets of the...DecisionTreeClassifi . Added in version 1.2: base_estimator was renamed to...scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html -
LeavePGroupsOut — scikit-learn 1.7.2 documentation
group=[2] Test: index=[0 2], group=[1 3] Fold 2: Train: index=[0],...array ([ 1 , 2 , 1 ]) >>> groups = np . array ([ 1 , 2 , 3 ]) >>>...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html -
MultiTaskLassoCV — scikit-learn 1.7.2 documenta...
is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ Fro_2 + alpha * ||...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html -
BiclusterMixin — scikit-learn 1.7.2 documentation
[ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...get_indices ( 0 ) (array([0, 1, 2, 3, 4, 5]), array([0, 1])) get_indices...scikit-learn.org/stable/modules/generated/sklearn.base.BiclusterMixin.html -
Support — scikit-learn 1.7.2 documentation
2. Documentation for other versions...documentation is quite old, 0.23.2 (released in August 2020), but...scikit-learn.org/stable/support.html -
Version 0.22 — scikit-learn 1.7.2 documentation
2.post1 # March 3 2020 The 0.22.2.post1 release...content of the wheels with the 0.22.2 version (without the .post1 suffix)....scikit-learn.org/stable/whats_new/v0.22.html