SGMLXML.net A place for SGML and XML application developers.

September 9, 2021

Python

Filed under: — cangione @ 8:45 am

Python

Notebooks

Kaggle Notebooks: https://www.kaggle.com

Confusion Matrix

CM = confusion_matrix(y_true, y_pred)

TN = CM[0][0]
FN = CM[1][0]
TP = CM[1][1]
FP = CM[0][1]

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

Powered by WordPress