susanli2016 / Machine-Learning-with-Python

Python code for common Machine Learning Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

faisal95bd opened this issue · comments

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

Use
from sklearn.metrics import classification_report

To evaluate model