Replies: 1 comment
-
Hey @mel9494 , What have you tried so far? Where are you getting this error? Do your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
here is my code.
from sklearn.metrcs import confusion_matrix
make_confusion_matrix(y_true=test_labels,
y_pred=y_preds)
I keep getting
ValueError: Found input variables with inconsistant numbers of samples.
Beta Was this translation helpful? Give feedback.
All reactions