- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 231 - 240 of 3,208 for 2 (0.18 sec)
-
completeness_score — scikit-learn 1.7.2 documen...
2 , 3 ], [ 0 , 0 , 1 , 1 ])) 0.999...([ 0 , 0 , 0 , 0 ], [ 0 , 1 , 2 , 3 ])) 0.0 Gallery examples #...scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html -
1.10. Decision Trees — scikit-learn 1.7.2 docum...
[ 2 , 2 ]] >>> y = [ 0.5 , 2.5 ] >>> clf = tree...samples: >>> clf . predict ([[ 2. , 2. ]]) array([1]) In case that...scikit-learn.org/stable/modules/tree.html -
minmax_scale — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html -
load_breast_cancer — scikit-learn 1.7.2 documen...
Classes 2 Samples per class 212(M),357(B)...target_names ndarray of shape (2,) The names of target classes....scikit-learn.org/stable/modules/generated/sklearn.datasets.load_breast_cancer.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 -
MiniBatchSparsePCA — scikit-learn 1.7.2 documen...
2. callback callable, default=None...differences in the dictionary between 2 steps. To disable early stopping...scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchSparsePCA.html -
train_test_split — scikit-learn 1.7.2 documenta...
2 1 4.9 3.0 1.4 0.2 2 4.7 3.2 1.3 0.2 3 4.6 3.1 1.5...1.4 0.2 122 7.7 2.8 6.7 2.0 >>> y_train . head () 96 1 105 2 66...scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html -
StandardScaler — scikit-learn 1.7.2 documentation
transform ([[ 2 , 2 ]])) [[3. 3.]] fit ( X , y =...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Release Highlights...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html -
PassiveAggressiveClassifier — scikit-learn 1.7....
n_features) if n_classes == 2 else (n_classes, n_features) Weights...of shape (1,) if n_classes == 2 else (n_classes,) Constants in...scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveClassifier.html -
affinity_propagation — scikit-learn 1.7.2 docum...
scikit-learn.org/stable/modules/generated/sklearn.cluster.affinity_propagation.html