- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 651 - 660 of 1,301 for store (0.1 sec)
-
Probability Calibration curves — scikit-learn 1...
precision_score , recall_score , f1_score ]: score_name = metric...precision_score , recall_score , f1_score ]: score_name = metric...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html -
Comparing Linear Bayesian Regressors — scikit-l...
np ard_scores = - np . array ( ard . scores_ ) brr_scores = - np...array ( brr . scores_ ) plt . plot ( ard_scores , color = "navy"...scikit-learn.org/stable/auto_examples/linear_model/plot_ard.html -
LassoCV — scikit-learn 1.7.0 documentation
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.LassoCV.html -
make_scorer — scikit-learn 1.7.0 documentation
Parameters : score_func callable Score function (or loss...default=True Whether score_func is a score function (default),...scikit-learn.org/stable/modules/generated/sklearn.metrics.make_scorer.html -
Model Selection — scikit-learn 1.7.0 documentation
complexity and cross-validated score Balance model complexity and...and cross-validated score Class Likelihood Ratios to measure classification...scikit-learn.org/stable/auto_examples/model_selection/index.html -
feature_selection.rst.txt
input a scoring function that returns univariate scores and p-values...provide a `score_func` where `y=None`. The `score_func` should...scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt -
Comparison of kernel ridge regression and SVR —...
best_params_ } and R2 score: { svr . best_score_ : .3f } " ) print...best_params_ } and R2 score: { kr . best_score_ : .3f } " ) print...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html -
plot_kmeans_digits.zip
homo homogeneity score compl completeness score v-meas V measure...metrics.homogeneity_score, metrics.completeness_score, metrics.v_measure_score,...scikit-learn.org/stable/_downloads/1393861b58df827d4c681b80a5be2472/plot_kmeans_digits.zip -
ElasticNet — scikit-learn 1.7.0 documentation
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.ElasticNet.html -
Adjustment for chance in clustering performance...
( score_name , score_func ) in zip ( "d^vx.," , score_funcs...): scores = fixed_classes_uniform_labelings_scores ( score_func...scikit-learn.org/stable/auto_examples/cluster/plot_adjusted_for_chance_measures.html