- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1681 - 1690 of 2,378 for store (0.62 seconds)
Filter
-
hamming_loss — scikit-learn 1.8.0 documen...
accuracy_score Compute the accuracy score. By default, the function will...Jaccard similarity coefficient score. zero_one_loss Compute the Zero-one...scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html -
plot_classifier_comparison.rst.txt
y_train) score = clf.score(X_test, y_test) Decis...0.3, y_min + 0.3, ("%.2f" % score).lstrip("0"), size=15, hori...scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt -
Comparison of F-test and mutual information ...
significance of a classification score Test with permutations the significance...significance of a classification score Univariate Feature Selection...scikit-learn.org/stable/auto_examples/feature_selection/plot_f_test_vs_mi.html -
Recherche avec tri
fess.codelibs.org/fr/15.3/user/search-sort.html -
SVC — scikit-learn 1.8.0 documentation
score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html -
plot_classifier_comparison.ipynb
y_train)\n score = clf.score(X_test, y_test)\n Dec...y_min + 0.3,\n (\"%.2f\" % score).lstrip(\"0\"),\n size=15,\n...scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb -
plot_kmeans_digits.py
homo homogeneity score compl completeness score v-meas V measure...clustering_metrics] # The silhouette score requires the full dataset results...scikit-learn.org/stable/_downloads/5a87b25ba023ee709595b8d02049f021/plot_kmeans_digits.py -
Version 0.15 — scikit-learn 1.8.0 documen...
per-class sum of prediction scores. By Andreas Müller . Made ...er . By Joel Nothman . Add score method to decomposition.PCA...scikit-learn.org/stable/whats_new/v0.15.html -
Probability Calibration for 3-class classificat...
estimate the generalization score. By default, :func:`~sklear...estimate the generalization score. By default, :func:`~sklear...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html -
coverage_error — scikit-learn 1.8.0 docum...
need to go through the ranked scores to cover all true labels. The...Note: Our implementation’s score is 1 greater than the one given...scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html