- Sort Score
- Num 10 results
- Language All
- Labels All
Results 751 - 760 of 1,301 for store (0.21 seconds)
Filter
-
f1_score — scikit-learn 1.8.0 documentation
Compute the F1 score, also known as balanced F-score or F-measure....an F1 score reaches its best value at 1 and worst score at 0....scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html -
validation_curve — scikit-learn 1.8.0 documenta...
test scores for varying parameter values. Compute scores for an...5-fold. scoring str or callable, default=None Scoring method to...scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html -
HalvingGridSearchCV — scikit-learn 1.8.0 docume...
Returns : score float The score defined by scoring if provided,...needs to provide a score function, or scoring must be passed. param_grid...scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingGridSearchCV.html -
Reciprocal rank fusion | Elasticsearch Reference
determine the score for ranking each document: score = 0.0 for q...the rrf scores would be: # doc | queryA | queryB | score _id: 1...www.elastic.co/docs/reference/elasticsearch/rest-apis/reciprocal-rank-fusion -
TransformedTargetRegressor — scikit-learn 1.8.0...
Notes The \(R^2\) score used when calling score on a regressor uses...TransformedTargetReg(...) >>> tt . score ( X , y ) 1.0 >>> tt . regressor_...scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html -
Custom refit strategy of a grid search with cro...
define the scores to select the best candidate. scores = [ "precision"...(), tuned_parameters , scoring = scores , refit = refit_strategy...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html -
LinearRegression — scikit-learn 1.8.0 documenta...
Notes The \(R^2\) score used when calling score on a regressor uses...() . fit ( X , y ) >>> reg . score ( X , y ) 1.0 >>> reg . coef_...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html -
Two-class AdaBoost — scikit-learn 1.8.0 documen...
decision scores. The distributions of decision scores are shown...the decision score. Samples with decision scores greater than...scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html -
check_scoring — scikit-learn 1.8.0 documentation
scoring = scoring , raise_exc = False ) >>> scores = scoring_call...Scorer to use. If scoring represents a single score, one can use:...scikit-learn.org/stable/modules/generated/sklearn.metrics.check_scoring.html -
brier_score_loss — scikit-learn 1.8.0 documenta...
the Brier score loss. The smaller the Brier score loss, the better,...outcome. The Brier score is a strictly proper scoring rule. Read more...scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html