- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 521 - 530 of 1,201 for store (0.57 sec)
-
calinski_harabasz_score — scikit-learn 1.6.1 do...
calinski_harabasz_score # sklearn.metrics. calinski_harabasz_score ( X ,...Returns : score float The resulting Calinski-Harabasz score. References...scikit-learn.org/stable/modules/generated/sklearn.metrics.calinski_harabasz_score.html -
ndcg_score — scikit-learn 1.6.1 documentation
ndcg_score # sklearn.metrics. ndcg_score ( y_true , y_score , *...ties in y_score (which is likely to be the case if y_score is continuous)...scikit-learn.org/stable/modules/generated/sklearn.metrics.ndcg_score.html -
silhouette_score — scikit-learn 1.6.1 documenta...
silhouette_score # sklearn.metrics. silhouette_score ( X , labels...sklearn.metrics import silhouette_score >>> X , y = make_blobs ( random_state...scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_score.html -
fbeta_score — scikit-learn 1.6.1 documentation
version fbeta_score # sklearn.metrics. fbeta_score ( y_true , y_pred...Compute the F-beta score. The F-beta score is the weighted harmonic...scikit-learn.org/stable/modules/generated/sklearn.metrics.fbeta_score.html -
d2_absolute_error_score — scikit-learn 1.6.1 do...
d2_absolute_error_score # sklearn.metrics. d2_absolute_error_score ( y_true...Returns : score float or ndarray of floats The \(D^2\) score with...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_absolute_error_score.html -
adjusted_mutual_info_score — scikit-learn 1.6.1...
adjusted_mutual_info_score # sklearn.metrics. adjusted_mutual_info_score ( labels_true...adjusted_rand_score Adjusted Rand Index. mutual_info_score Mutual Information...scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html -
permutation_test_score — scikit-learn 1.6.1 doc...
"Original Score: { score : .3f } " ) Original Score: 0.810 >>>...version 1.6. Returns : score float The true score without permuting...scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html -
v_measure_score — scikit-learn 1.6.1 documentation
v_measure_score # sklearn.metrics. v_measure_score ( labels_true...This score is identical to normalized_mutual_info_score with...scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html -
balanced_accuracy_score — scikit-learn 1.6.1 do...
prediction scores. precision_score Compute the precision score. recall_score...recall_score Compute the recall score. roc_auc_score Compute Area...scikit-learn.org/stable/modules/generated/sklearn.metrics.balanced_accuracy_score.html -
Balance model complexity and cross-validated sc...
the best `mean_test_score`. """ best_score_idx = np . argmax (..."mean_test_score" ]) return ( cv_results [ "mean_test_score" ][ best_score_idx...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html