- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1541 - 1550 of 2,378 for store (0.3 seconds)
Filter
-
Recursive feature elimination with cross-valida...
the cross-validated scores. The scoring strategy “accuracy” optimizes...clf , step = 1 , cv = cv , scoring = "accuracy" , m...scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html -
RANSACRegressor — scikit-learn 1.8.0 docu...
score(X, y) : Returns the mean accuracy...stop_score . Additionally, the score is used to decide which of two...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html -
Column Transformer with Mixed Types — sci...
( "model score: %.3f " % clf . score ( X_test , y_test...arrays (scores, pvalues) or a single array with scores. Default...scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html -
Underfitting vs. Overfitting — scikit-lea...
- scores . mean (), scores . std () ) ) plt ....models using crossvalidation scores = cross_val_score ( pipeline...scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html -
GammaRegressor — scikit-learn 1.8.0 docum...
score ( X , y ) np.float64(0.773)...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html -
Non-negative least squares — scikit-learn...
"NNLS R2 score" , r2_score_nnls ) NNLS R2 score 0.8225220806196525..."OLS R2 score" , r2_score_ols ) OLS R2 score 0.7436926291700354...scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html -
jina-rerankers on Elastic Inference Service - E...
candidate lists by scoring documents independently. Scores are compatible...pipeline can score 100 candidates at a time, merge the scores, and sort...www.elastic.co/search-labs/blog/jina-rerankers-elastic-inference-service -
adjusted_rand_score — scikit-learn 1.8.0 ...
RI score is then “adjusted for chance” into the ARI score using...Returns : ARI float Similarity score between -0.5 and 1.0. Random...scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_rand_score.html -
TweedieRegressor — scikit-learn 1.8.0 doc...
score ( X , y ) np.float64(0.839)...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html -
Sample pipeline for text feature extraction and...
between scoring time and mean test score (i.e. “CV score”). Passing..."trade-off between scoring time and mean test score" , "y"...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html