- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4251 - 4260 of 4,807 for * (1.47 sec)
-
d2_pinball_score — scikit-learn 1.7.1 documenta...
y_true , y_pred , alpha = 0.1 ) -1.045... >>> d2_pinball_score...y_true , y_pred , alpha = 0.9 ) 0.772... >>> d2_pinball_score ( y_true...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html -
fowlkes_mallows_score — scikit-learn 1.7.1 docu...
fowlkes_mallows_score ([ 0 , 0 , 1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> fowlkes_mallows_score...fowlkes_mallows_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes...scikit-learn.org/stable/modules/generated/sklearn.metrics.fowlkes_mallows_score.html -
LeaveOneOut — scikit-learn 1.7.1 documentation
enumerate ( loo . split ( X )): ... print ( f "Fold { i } :" ) ... print...array ([[ 1 , 2 ], [ 3 , 4 ]]) >>> y = np . array ([ 1 , 2 ]) >>>...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html -
PredefinedSplit — scikit-learn 1.7.1 documentation
enumerate ( ps . split ()): ... print ( f "Fold { i } :" ) ... print...np . array ([ 0 , 0 , 1 , 1 ]) >>> test_fold = [ 0 , 1 , - 1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html -
paired_euclidean_distances — scikit-learn 1.7.1...
= [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 ,..., 1 , 0 ]] >>> paired_euclidean_distances ( X , Y ) array([1.,...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_euclidean_distances.html -
min_pos — scikit-learn 1.7.1 documentation
2 , 3 , - 4 , 5 ]) >>> min_pos ( X ) 2.0 On this page This Page...sklearn.utils.arrayfuncs import min_pos >>> X = np . array ([ 0 , - 1 , 2...scikit-learn.org/stable/modules/generated/sklearn.utils.arrayfuncs.min_pos.html -
LabelPropagation — scikit-learn 1.7.1 documenta...
of self.predict(X) w.r.t. y . set_params ( ** params ) [source]...University, 2002 http://pages.cs.wisc.edu/~jerryzhu/pub/CMU-CALD-02-107.pdf...scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelPropagation.html -
export_text — scikit-learn 1.7.1 documentation
<= 0.80 | |--- class: 0 |--- petal width (cm) > 0.80 | |--- petal...width (cm) <= 1.75 | | |--- class: 1 | |--- petal width (cm) > 1.75...scikit-learn.org/stable/modules/generated/sklearn.tree.export_text.html -
InputTags — scikit-learn 1.7.1 documentation
both axes. Specifically, this tag is used by sklearn.utils.metae...Ctrl + K GitHub Choose version InputTags # class sklearn.utils....scikit-learn.org/stable/modules/generated/sklearn.utils.InputTags.html -
inplace_csr_row_normalize_l1 — scikit-learn 1.7...
0. ], [0. , 0. , 1. , 0. ], [0. , 0. , 0. , 1. ]]) On this page...= ( 3 , 4 )) >>> X . toarray () array([[1., 2., 0., 0.], [0.,...scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz...