Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 5 of 5 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
    Wed Apr 17 16:39:25 UTC 2024
      118.5K 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 Apr 18 11:06:59 UTC 2024
      7.7K bytes
     
  3. plot_pca_iris.rst.txt

    cm.nipy_spectral, edgecolor="k")...
    scikit-learn.org/stable/_sources/auto_examples/decomposition/plot_pca_iris.rst.txt
    Tue Apr 16 17:05:19 UTC 2024
      3.6K 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
    Mon Apr 15 14:09:28 UTC 2024
      52.7K bytes
     
  5. 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 Apr 18 11:06:59 UTC 2024
      10.2K bytes
      1 views
     
Back to top