Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 3 of 3 for cms (0.02 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
    Mon May 06 15:51:00 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
    Mon May 06 15:50:59 UTC 2024
      7.7K bytes
     
  3. preprocessing.rst.txt

    corresponds to the sepal length in cm. Once the quantile transformation...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Mon May 06 15:51:00 UTC 2024
      52.7K bytes
     
Back to top