- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 601 - 610 of 1,520 for store (0.1 sec)
-
calinski_harabasz_score — scikit-learn 1.5.2 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 -
cohen_kappa_score — scikit-learn 1.5.2 document...
cohen_kappa_score # sklearn.metrics. cohen_kappa_score ( y1 , y2...computes Cohen’s kappa [1] , a score that expresses the level of...scikit-learn.org/stable/modules/generated/sklearn.metrics.cohen_kappa_score.html -
Test with permutations the significance of a cl...
test score # Next, we calculate the permutation_test_score using...which the score obtained is greater that the score obtained using...scikit-learn.org/stable/auto_examples/model_selection/plot_permutation_tests_for_classification.html -
explained_variance_score — scikit-learn 1.5.2 d...
explained_variance_score # sklearn.metrics. explained_variance_score ( y_true...variance regression score function. Best possible score is 1.0, lower...scikit-learn.org/stable/modules/generated/sklearn.metrics.explained_variance_score.html -
cross_val_score — scikit-learn 1.5.2 documentation
cross_val_score # sklearn.model_selection. cross_val_score ( estimator...'2*n_jobs' , error_score = nan ) [source] # Evaluate a score by cross-validation....scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html -
mutual_info_score — scikit-learn 1.5.2 document...
mutual_info_score # sklearn.metrics. mutual_info_score ( labels_true...label values won’t change the score value in any way. This metric...scikit-learn.org/stable/modules/generated/sklearn.metrics.mutual_info_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 -
f1_score — scikit-learn 1.5.2 documentation
+ K GitHub f1_score # sklearn.metrics. f1_score ( y_true , y_pred...Compute the F1 score, also known as balanced F-score or F-measure....scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html -
completeness_score — scikit-learn 1.5.2 documen...
completeness_score # sklearn.metrics. completeness_score ( labels_true...import completeness_score >>> completeness_score ([ 0 , 0 , 1 , 1...scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html -
accuracy_score — scikit-learn 1.5.2 documentation
GitHub accuracy_score # sklearn.metrics. accuracy_score ( y_true ,...jaccard_score Compute the Jaccard similarity coefficient score. hamming_loss...scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html