susanli2016 / Machine-Learning-with-Python

Python code for common Machine Learning Algorithms
4.25k stars 4.81k forks source link

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

Open faisal95bd opened 4 years ago

jusgowiturs commented 4 years ago

Use from sklearn.metrics import classification_report

To evaluate model