Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 4 of 4 for cms (0.02 seconds)

Filter
  1. plot_classifier_comparison.rst.txt

    just plot the dataset first cm = plt.cm.RdBu cm_bright = ListedColormap(["#FF0000",...from_estimator( clf, X, cmap=cm, alpha=0.8, ax=ax, eps=0.5 )...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Mon Mar 23 20:39:23 UTC 2026
      2.6K bytes
     
  2. plot_kmeans_digits.rst.txt

    cm.Paired, aspect="auto", origin="lower",...
    scikit-learn.org/stable/_sources/auto_examples/cluster/plot_kmeans_digits.rst.txt
    Tue Mar 17 03:44:39 UTC 2026
      3.5K bytes
     
  3. model_evaluation.rst.txt

    'fp': cm[0, 1], ... 'fn': cm[1, 0], 'tp': cm[1, 1]} >>> cv_results...... cm = confusion_matrix(y, y_pred) ... return {'tn': cm[0, 0],...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Tue Mar 17 03:44:39 UTC 2026
      37.2K bytes
     
  4. preprocessing.rst.txt

    corresponds to the sepal length in cm. Once the quantile transformation...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Tue Mar 17 03:44:39 UTC 2026
      16K bytes
     
Back to Top