Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

  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
    Fri Dec 05 17:52:54 GMT 2025
      7.8K 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
    Fri Dec 05 17:52:55 GMT 2025
      10.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
    Sat Nov 29 05:08:38 GMT 2025
      132.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
    Thu Dec 04 11:53:54 GMT 2025
      52.9K bytes
     
Back to Top