- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 811 - 820 of 1,071 for store (0.68 sec)
-
Multilabel classification using a classifier ch...
model_scores = [ ovr_jaccard_score ] + chain_jaccard_scores + [...X_test ) ovr_jaccard_score = jaccard_score ( Y_test , Y_pred_ovr...scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html -
Release Highlights for scikit-learn 0.23 — scik...
score ( X_test , y_test )) print ( gbdt . score ( X_test...sklearn.metrics import completeness_score from sklearn.model_selection...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html -
permutation_importance — scikit-learn 1.7.2 doc...
If scoring represents a single score, one can use:...criterion is used. If scoring represents multiple scores, one can use:...scikit-learn.org/stable/modules/generated/sklearn.inspection.permutation_importance.html -
Concatenating multiple feature extraction metho...
score=0.933 total time= 0.0s [CV 2/5;...features__univ_select__k=1, svm__C=0.1;, score=0.933 total time= 0.0s [CV 3/5;...scikit-learn.org/stable/auto_examples/compose/plot_feature_union.html -
Flights snarled at Dallas airports over equipme...
www.nbcnews.com/news/us-news/flights-snarled-dallas-airports-equipment-issues-faa-says-rcna232566 -
Probability calibration of classifiers — scikit...
3f " % clf_score ) clf_isotonic_score = brier_score_loss ( y_test...clf_isotonic_score ) clf_sigmoid_score = brier_score_loss ( y_test...scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html -
3.1. Cross-validation: evaluating estimator per...
scoring = scoring , ... cv = 5 , return_train_score = True...random_state = 42 ) >>> scores = cross_val_score ( clf , X , y , cv...scikit-learn.org/stable/modules/cross_validation.html -
Sanitization Guide | App Search documentation [...
"_meta": { "score": 17.739115 } } A raw value..."park_rocky-mountain" }, "_meta": { "score": 14.25167 } } ... Instead of...www.elastic.co/guide/en/app-search/current/sanitization-guide.html -
IsolationForest — scikit-learn 1.7.2 documentation
as the scores of inliers are close to 0 and the scores of outliers...anomaly score of X of the base classifiers. The anomaly score of an...scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html -
Sample pipeline for text feature extraction and...
between scoring time and mean test score (i.e. “CV score”). Passing..."mean_score_time" : "CV Score time (s)" , "mean_test_score" : "CV...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html