
























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of various performance measures used to evaluate the effectiveness of machine learning models. Topics include accuracy, weighted accuracy, lift, precision, recall, ROC, and ROC area. the concepts behind each measure, their calculations, and their applications. It also discusses the limitations and assumptions of accuracy as a performance measure and the importance of considering other measures for specific use cases.
Typology: Slides
1 / 32
This page cannot be seen from the preview
Don't miss anything!

























Predicted 1 Predicted 0 True 0 True
correct incorrect
threshold
Predicted 1 Predicted 0 True 0 True 1
threshold demo
Predicted 1 Predicted 0 True 0 True
a
b
c
d
d = zero and W b
c ≠ zero
Predicted 1 Predicted 0 True 0 True
threshold lift = a ( a + b ) ( a + c ) ( a + b + c + d )
Lift and Accuracy do not always correlate well Problem 1 Problem 2 (thresholds arbitrarily set at 0.5 for both lift and accuracy)
PRECISION = a /( a + c ) RECALL = a /( a + b ) F =
BreakEvenPo int = PRECISION = RECALL harmonic average of precision and recall