susanli2016/Machine-Learning-with-Python

How can I show accuracy, precision, recall, f1-measure of this model?

faisal95bd opened this issue · 1 comments

How can I show accuracy, precision, recall, f1-measure of this model?

Use
from sklearn.metrics import classification_report

To evaluate model