- Sort Score
- Num 10 results
- Language All
- Labels All
Results 161 - 170 of over 10,000 for 1 (3.51 seconds)
-
homogeneity_score — scikit-learn 1.7.2 do...
1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Non-perfect labelings...homogeneity_score ([ 0 , 0 , 1 , 1 ], [ 0 , 0 , 1 , 2 ])) 1.000000 >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_score.html -
maxabs_scale — scikit-learn 1.7.2 documen...
1 , 2 ], [ - 1 , 0 , 1 ]] >>> maxabs_scale...column independently array([[-1. , 1. , 1. ], [-0.5, 0. , 0.5]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html -
adjusted_rand_score — scikit-learn 1.7.2 ...
1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> adjusted_rand_score...adjusted_rand_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html -
AnnotationAwareOrderComparator (Spring Framewor...
1 Author: Juergen Hoeller, Oliver...sorting for lists with size 0 or 1, in order to avoid unnecessary...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/annotation/Anno... -
TfidfTransformer — scikit-learn 1.7.2 doc...
array([[1, 1, 1, 1, 0, 1, 0, 0], [1, 2, 0, 1, 1, 1, 0, 0], [1, 0,...0, 0, 1, 0, 1, 1, 1], [1, 1, 1, 1, 0, 1, 0, 0]]) >>> pipe...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html -
f_classif — scikit-learn 1.7.2 documentation
n_clusters_per_class = 1 , ... shuffle = False , random_state...f_statistic array([2.21e+02, 7.02e-01, 1.70e+00, 9.31e-01, 5.41e+00, 3.25e-01,...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_classif.html -
hinge_loss — scikit-learn 1.7.2 documenta...
[ 1 ]] >>> y = [ - 1 , 1 ] >>>...>>> hinge_loss ([ - 1 , 1 , 1 ], pred_decision ) 0.30 In...scikit-learn.org/stable/modules/generated/sklearn.metrics.hinge_loss.html -
TimeSeriesSplit — scikit-learn 1.7.2 docu...
array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...index=[0] Test: index=[1] Fold 1: Train: index=[0 1] Test: index=[2]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html -
FeatureUnion — scikit-learn 1.7.2 documen...
svd__n_components = 1 ) . fit_transform ( X ) array([[-1.5 , 3.04], [ 1.5 , 5.72]])...unchanged. Added in version 1.1: Added the option "passthrough"...scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html -
make_hastie_10_2 — scikit-learn 1.7.2 doc...
float64(-1.0), np.float64(1.0), np.float64(-1.0), np.float64(1.0),...i ] = 1 if np . sum ( X [ i ] ** 2 ) > 9.34 else - 1 Read more...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html