- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1191 - 1200 of 1,998 for store (3.23 seconds)
-
Plotting Learning Curves and Checking Models’ S...
terms of training score and testing score. Here, we compute the..."Training Score" , "Test Score" ]) ax [ ax_idx...scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html -
label_ranking_average_precision_score — s...
Returns : score float Ranking-based average precision score. Examples...vs. total labels with lower score. This metric is used in multilabel...scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_average_precision_score.html -
cross_validation.rst.txt
random_state=0) >>> scores = cross_validate(clf, X, y, scoring=scoring) >>>...average='macro')} >>> scores = cross_validate(clf, X, y, scoring=scoring, ......scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt -
homogeneity_completeness_v_measure — scik...
completeness and V-Measure scores at once. Those metrics are...elements of the same cluster. Both scores have positive values between...scikit-learn.org/stable/modules/generated/sklearn.metrics.homogeneity_completeness_v_measure.html -
ElasticNet — scikit-learn 1.8.0 documenta...
Notes The \(R^2\) score used when calling score on a regressor uses...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.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 -
ElasticNetCV — scikit-learn 1.8.0 documen...
Notes The \(R^2\) score used when calling score on a regressor uses...giving the best prediction score is used. Note that a good choice...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html -
TheilSenRegressor — scikit-learn 1.8.0 do...
Notes The \(R^2\) score used when calling score on a regressor uses...X , y ) >>> reg . score ( X , y ) 0.9884 >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html -
jaccard_score — scikit-learn 1.8.0 docume...
accuracy score. f1_score Function for calculating the F1 score. mu...Jaccard similarity coefficient score. The Jaccard index [1], or Jaccard...scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html -
d2_absolute_error_score — scikit-learn 1....
Returns : score float or ndarray of floats The \(D^2\) score with...[source] # \(D^2\) regression score function, fraction of absolute...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_absolute_error_score.html