- Sort Score
- Num 10 results
- Language All
- Labels All
Results 221 - 230 of 8,379 for 1 (0.41 seconds)
-
roc_auc_score — scikit-learn 1.7.2 docume...
classes_[1] and thus estimator.predict_proba(X, y)[:, 1] . The...it is upper bounded by 1. References [ 1 ] Wikipedia entry for...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html -
fetch_20newsgroups — scikit-learn 1.7.2 d...
1, 1, 1, 0, 1, 1, 0, 0, 0]) Gallery examples...Added in version 1.5. delay float, default=1.0 Number of seconds...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html -
MultinomialNB — scikit-learn 1.7.2 docume...
Added in version 1.2. Changed in version 1.4: The default value... MultinomialNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html -
IncrementalPCA — scikit-learn 1.7.2 docum...
([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], ... [ 1 , 1 ], [...principal components, versus 1 large SVD of complexity O(n_samples...scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html -
paired_euclidean_distances — scikit-learn...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...paired_euclidean_distances ( X , Y ) array([1., 1.]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_euclidean_distances.html -
ward_tree — scikit-learn 1.7.2 documentation
array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...children ndarray of shape (n_nodes-1, 2) The children of each non-leaf...scikit-learn.org/stable/modules/generated/sklearn.cluster.ward_tree.html -
pairwise_kernels — scikit-learn 1.7.2 doc...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.pairwise_kernels.html -
normalize — scikit-learn 1.7.2 documentation
1 , 2 ], [ - 1 , 0 , 1 ]] >>> normalize...if axis is 0). axis {0, 1}, default=1 Define axis used to normalize...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.normalize.html -
mean_pinball_loss — scikit-learn 1.7.2 do...
[ 1 , 2 , 4 ], alpha = 0.1 ) 0.3... >>>...scikit-learn 1.0 Release Highlights for scikit-learn 1.0 On this...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_pinball_loss.html -
Isomap — scikit-learn 1.7.2 documentation
Added in version 1.1. n_components int, default=2...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.manifold.Isomap.html