« Fast.ai | Main | Beslutstrd »
Confusion matrix
from sklearn.metrics import confusion_matrix
cm = confusion_matrix(y, preds)
plot_confusion_matrix(cm, data.classes)
You can follow this conversation by subscribing to the comment feed for this post.
The comments to this entry are closed.
Comments
You can follow this conversation by subscribing to the comment feed for this post.