How to evaluate (classification measures) a machine learning model?
True positive (TP) - Actual values are positive and are predicted as positive.
Example:- Out of 100 patients cancer dataset, say 40 of them have cancer and rest 60 doesn't have cancer.
Suppose that, model-1 predicts 40 patients with cancer as havin...
vichuz373.hashnode.dev4 min read