- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1191 - 1200 of over 10,000 for 1 (0.73 seconds)
-
grid_to_graph — scikit-learn 1.8.0 docume...
0) 1 (1, 1) 1 On this page This Page...bool ) >>> mask [[ 1 , 2 ], [ 1 , 2 ], :] = True >>>...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.grid_to_graph.html -
add_dummy_feature — scikit-learn 1.8.0 do...
1 ], [ 1 , 0 ]]) array([[1., 0., 1.], [1., 1., 0.]])...add_dummy_feature ( X , value = 1.0 ) [source] # Augment dataset...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.add_dummy_feature.html -
normalized_mutual_info_score — scikit-lea...
1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> ...ore ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...scikit-learn.org/stable/modules/generated/sklearn.metrics.normalized_mutual_info_score.html -
pairwise_distances_argmin_min — scikit-le...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0...array([0, 1]) >>> distances array([1., 1.]) On this...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_argmin_min.html -
pair_confusion_matrix — scikit-learn 1.8....
1 , 1 ], [ 1 , 1 , 0 , 0 ]) array([[8,...pair_confusion_matrix ([ 0 , 0 , 1 , 2 ], [ 0 , 0 , 1 , 1 ]) array([[8, 2],...scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html -
linear_kernel — scikit-learn 1.8.0 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 -
BiclusterMixin — scikit-learn 1.8.0 docum...
array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...np . ones ( shape = ( 1 , X . shape [ 1 ]), dtype = bool ) ......scikit-learn.org/stable/modules/generated/sklearn.base.BiclusterMixin.html -
Bug triaging and issue curation — scikit-...
scikit-learn.org/stable/developers/bug_triaging.html -
NuSVC — scikit-learn 1.8.0 documentation
array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...default=-1 Hard limit on iterations within solver, or -1 for no...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html -
calibration_curve — scikit-learn 1.8.0 do...
1 , 1 , 1 , 1 , 1 ]) >>> y_pred...positive class. Added in version 1.1. n_bins int, default=5 Number...scikit-learn.org/stable/modules/generated/sklearn.calibration.calibration_curve.html