How can I show accuracy, precision, recall, f1-measure of this model?
faisal95bd opened this issue · 1 comments
faisal95bd commented
How can I show accuracy, precision, recall, f1-measure of this model?
jusgowiturs commented
Use
from sklearn.metrics import classification_report
To evaluate model