- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 791 - 800 of 1,083 for store (0.21 sec)
-
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 -
Importance of Feature Scaling — scikit-learn 1....
also called Z-score normalization, is an important...sklearn.metrics import accuracy_score , log_loss y_pred = unscaled_clf...scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html -
ComplementNB — scikit-learn 1.7.2 documentation
score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html -
OneVsRestClassifier — scikit-learn 1.7.2 docume...
score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html -
make_hastie_10_2 — scikit-learn 1.7.2 documenta...
multi-metric evaluation on cross_val_score and GridSearchCV Demonstration...multi-metric evaluation on cross_val_score and GridSearchCV On this page...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.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 -
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 -
Ordinary Least Squares and Ridge Regression — s...
r2_score y_pred = regressor . predict..."Coefficient of determination: { r2_score ( y_test , y_pred ) : .2f }...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html -
Probabilistic predictions with Gaussian process...
metrics import accuracy_score , log_loss # Generate data train_size...%.3f (optimized)" % ( accuracy_score ( y [: train_size ], gp_fix...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc.html