susanli2016 / Machine-Learning-with-Python

Python code for common Machine Learning Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is precision confused with recall?

leonardgithub opened this issue · comments

in https://github.com/susanli2016/Machine-Learning-with-Python/blob/master/Employee_Turnover.ipynb,
for the confusion matrix of random forest model, I think the precision is 991/(991+47), recall is 991/(991+54).