Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sklearn.metrics.confusion_matrix #14

Open
ykarray opened this issue Jan 28, 2024 · 0 comments
Open

sklearn.metrics.confusion_matrix #14

ykarray opened this issue Jan 28, 2024 · 0 comments

Comments

@ykarray
Copy link

ykarray commented Jan 28, 2024

Thank you for this great work !
I just wanted to make a remark about the confusion matrix function – the y_true comes before the y_pred in the sklearn.metrics.confusion_matrix function's signature.
sklearn.metrics.confusion_matrix(y_true, y_pred, *, labels=None, sample_weight=None, normalize=None)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant