- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 571 - 580 of 1,157 for store (0.14 sec)
-
Post-hoc tuning the cut-off point of decision f...
scoring = scoring , cv = cv , return_train_score = True...target , scoring = scoring , cv = cv , return_train_score = True...scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html -
coverage_error — scikit-learn 1.7.1 documentation
y_score , * , sample_weight = None )...need to go through the ranked scores to cover all true labels. The...scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html -
Ghislaine Maxwell puts an uncomfortable spotlig...
Pinterest Linkedin Latest Stories U.S. News Politics World Sports...minimum-security Bryan. That stoked outrage among some current...www.nbcnews.com/news/us-news/ghislaine-maxwell-puts-uncomfortable-spotlight-prison-camp-town-texa... -
Photo: Latest Compelling Image Galleries. Photo...
Pinterest Linkedin Latest Stories U.S. News Politics World Sports...MEASLES OUTBREAK How measles tore through a remote West Texas...www.nbcnews.com/photos -
QuantileRegressor — scikit-learn 1.7.1 document...
Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...scikit-learn.org/stable/modules/generated/sklearn.linear_model.QuantileRegressor.html -
Tweedie regression on insurance claims — scikit...
"score" ): continue score = estimator . score ( X , y...subset_label , "metric" : score_label , "score" : score }) res = ( pd ....scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html -
Outlier detection with Local Outlier Factor (LO...
outlier scores radius = ( X_scores . max () - X_scores ) / ( X_scores...X_scores . max () - X_scores . min ()) scatter = plt . scatter...scikit-learn.org/stable/auto_examples/neighbors/plot_lof_outlier_detection.html -
1.13. Feature selection — scikit-learn 1.7.1 do...
input a scoring function that returns univariate scores and p-values...to provide a score_func where y=None . The score_func should use...scikit-learn.org/stable/modules/feature_selection.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 -
det_curve — scikit-learn 1.7.1 documentation
y_score ndarray of shape of (n_samples,) Target scores, can...sklearn.metrics. det_curve ( y_true , y_score , pos_label = None , sample_weight...scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html