- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 321 - 330 of 2,486 for 2 (0.16 sec)
-
Release Highlights — scikit-learn 1.7.2 documen...
scikit-learn.org/stable/auto_examples/release_highlights/index.html -
ElasticNet — scikit-learn 1.7.2 documentation
function: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html -
IncrementalPCA — scikit-learn 1.7.2 documentation
[ - 2 , - 1 ], [ - 3 , - 2 ], ... [ 1 , 1 ], [ 2 , 1 ], [...O(batch_size * n_features ** 2) , but only 2 * batch_size samples remain...scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html -
MultiOutputClassifier — scikit-learn 1.7.2 docu...
predict ( X [ - 2 :]) array([[1, 1, 1], [1, 0, 1]])...scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputClassifier.html -
NearestCentroid — scikit-learn 1.7.2 documentation
2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html -
PLSCanonical — scikit-learn 1.7.2 documentation
[ 2. , 2. , 2. ], [ 2. , 5. , 4. ]] >>> y =...= [[ 0.1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ], [ 11.9 , 12.3...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html -
recall_score — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.metrics.recall_score.html -
silhouette_samples — scikit-learn 1.7.2 documen...
defined if number of labels is 2 <= n_labels <= n_samples - 1 ....Applied Mathematics 20: 53-65. [ 2 ] Wikipedia entry on the Silhouette...scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_samples.html -
LabelBinarizer — scikit-learn 1.7.2 documentation
2 , 6 , 4 , 2 ]) LabelBinarizer() >>>...array([0, 1, 2]) >>> lb . transform ([ 0 , 1 , 2 , 1 ]) array([[1,...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html -
RidgeClassifierCV — scikit-learn 1.7.2 document...
1e-2 , 1e-1 , 1 ]) . fit ( X , y )...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifierCV.html