Confusion matrix

PHOTO EMBED

Fri Aug 13 2021 20:11:28 GMT+0000 (Coordinated Universal Time)

Saved by @CleverIT

plt.figure()
plot_confusion_matrix(confusion_matrix(rets, pred_rets),
classes=class_names, title='Confusion matrix')
content_copyCOPY