- Sort Score
- Num 10 results
- Language All
- Labels All
Results 971 - 980 of over 10,000 for 1 (0.29 seconds)
-
LeavePOut — scikit-learn 1.7.2 documentation
3] Test: index=[0 1] Fold 1: Train: index=[1 3] Test: index=[0...index=[1 2] Fold 4: Train: index=[0 2] Test: index=[1 3] Fold...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html -
chi2_kernel — scikit-learn 1.7.2 document...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...chi2_kernel ( X , Y = None , gamma = 1.0 ) [source] # Compute the exponential...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.chi2_kernel.html -
precision_recall_fscore_support — scikit-...
beta = 1.0 , labels = None , pos_label = 1 , average = None...score reaches its best value at 1 and worst score at 0. The F-beta...scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html -
nan_euclidean_distances — scikit-learn 1....
6] and [1, na, 4, 5] is: \[\sqrt{\frac{4}{2}((3-1)^2 + (6-5)^2)}\]...) >>> X = [[ 0 , 1 ], [ 1 , nan ]] >>> nan...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.nan_euclidean_distances.html -
Pipeline — scikit-learn 1.7.2 documentation
scikit-learn 1.7 Release Highlights for scikit-learn 1.7 Semi-supervised...ing=True) . Added in version 1.6. memory str or object with the...scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html -
linear_kernel — scikit-learn 1.7.2 docume...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...linear_kernel ( X , Y ) array([[0., 0.], [1., 2.]]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.linear_kernel.html -
is_multilabel — scikit-learn 1.7.2 docume...
1 , 0 , 1 ]) False >>> is_multilabel ([[ 1 ], [...is_multilabel ( np . array ([[ 1 , 0 ], [ 0 , 0 ]])) True >>>...scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.is_multilabel.html -
paired_cosine_distances — scikit-learn 1....
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_cosine_distances.html -
KernelCenterer — scikit-learn 1.7.2 docum...
[[ 1. , - 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. ,...all strings. Added in version 1.0. See also sklearn.kernel_ap...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KernelCenterer.html -
MissingIndicator — scikit-learn 1.7.2 doc...
1 , 3 ], ... [ 4 , 0 , np . nan ], ... [ 8 , 1 , 0 ]])...all strings. Added in version 1.0. See also SimpleImputer Univariate...scikit-learn.org/stable/modules/generated/sklearn.impute.MissingIndicator.html