- Sort Score
 - Result 10 results
 - Languages All
 - Labels All
 
Results 861 - 870 of 2,934 for 1 (0.31 sec)
- 
				
Probability Calibration curves — scikit-learn 1...
1 ), ( 3 , 0 ), ( 3 , 1 )] for i , ( _ , name...calibrated_df , 0 , 1 ) proba_neg_class = 1 - proba_pos_class proba...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html - 
				
l1_min_c — scikit-learn 1.7.2 documentation
intercept_scaling = 1.0 ) [source] # Return the lowest...intercept_scaling float, default=1.0 When fit_intercept is True,...scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.html - 
				
Multiclass Receiver Operating Characteristic (R...
1 ], [ 0 , 1 ], "k--" , label = "Chance...xlim = ( - 0.01 , 1.01 ), ylim = ( - 0.01 , 1.01 ), ) We confirm...scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html - 
				
unique_labels — scikit-learn 1.7.2 documentation
unique_labels ([ 1 , 2 , 3 , 4 ], [ 2 , 2 , 3 , 4 ]) array([1, 2, 3, 4])...unique_labels ([ 1 , 2 , 10 ], [ 5 , 11 ]) array([ 1, 2, 5, 10, 11])...scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.unique_labels.html - 
				
ridge_regression — scikit-learn 1.7.2 documenta...
0 ] - 1.0 * X [:, 1 ] + 0.1 * rng . standard_normal...random_state = 0 ) >>> coef array([ 1.97, -1., -2.69e-3, -9.27e-4 ]) >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ridge_regression.html - 
				
Gradient Boosting Out-of-Bag estimates — scikit...
subsample < 1.0 ), the estimates are derived...y = random_state . binomial ( 1 , p , size = n_samples ) X = np...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html - 
				
移行 0.9.4.1 to 0.9.5 | DBFlute
dbflute.seasar.org/ja/environment/upgrade/migration/migrate0941to0950.html - 
				
manhattan_distances — scikit-learn 1.7.2 docume...
]]) array([[1.]]) >>> manhattan_distances ([[ 1 , 2 ], [ 3 ,...manhattan_distances ([[ 3 ]], [[ 2 ]]) array([[1.]]) >>> manhattan_distances ([[...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.manhattan_distances.html - 
				
Pipeline ANOVA SVM — scikit-learn 1.7.2 documen...
anova_svm [: - 1 ] . inverse_transform ( anova_svm [ - 1 ] . coef_...'squared_hinge' dual 'auto' tol 0.0001 C 1.0 multi_class 'ovr' fit_intercept...scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html - 
				
Multilabel classification using a classifier ch...
max ( model_scores ) * 1.1 ]) colors = [ "r" ] + [ "b" ]...model_names = ( "Independent" , "Chain 1" , "Chain 2" , "Chain 3" , "Chain...scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html