Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 4 of 4 for cms (0.03 sec)

  1. 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
    Thu Jul 03 11:42:05 UTC 2025
      132.2K bytes
      2 views
     
  2. plot_classifier_comparison.rst.txt

    plot the dataset first cm = plt.cm.RdBu cm_bright = ListedColormap(["#FF0000",...X_train[:, 1], c=y_train, cmap=cm_bright, edgecolors="k") # Plot...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Thu Jul 03 11:42:07 UTC 2025
      7.8K bytes
     
  3. plot_kmeans_digits.rst.txt

    cm.Paired, aspect="auto", origin="lower",...
    scikit-learn.org/stable/_sources/auto_examples/cluster/plot_kmeans_digits.rst.txt
    Thu Jul 03 11:42:04 UTC 2025
      10.5K bytes
      1 views
     
  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 Jul 03 11:42:05 UTC 2025
      52.9K bytes
     
Back to top