Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 1 of 1 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
    Tue Apr 30 16:14:28 UTC 2024
      118.5K bytes
      2 views
     
Back to top