You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just spent my evening binge reading through your blog posts, so thank you very much for the entertainment / educational material.
I spotted a minor mistake when trying to reproduce the code listing
This error is repeated for the second ConfusionMatrix / confusion_matrix
I am not 100% sure but also I think the positional arguments should be
true label / predicted label (y_test,y_pred) (docs), instead in the
example below it looks like it is: (predicted_label_after_new_thresh,predicted_label)
Just spent my evening binge reading through your blog posts, so thank you very much for the entertainment / educational material.
I spotted a minor mistake when trying to reproduce the code listing
Does not work, the following fixed it
This error is repeated for the second ConfusionMatrix / confusion_matrix
I am not 100% sure but also I think the positional arguments should be
true label / predicted label
(y_test,y_pred)
(docs), instead in theexample below it looks like it is:
(predicted_label_after_new_thresh,predicted_label)
Possible correction
The text was updated successfully, but these errors were encountered: