Machine Learning: B.Tech (CSBS) V Semester
Machine Learning: B.Tech (CSBS) V Semester
By:
Prof. Moumita Pal
B.Tech (CSE), M.Tech (CI), Ph.D (pursuing)
Contact No.: +919952038867
Mail id: [email protected]
Contents: Unit 2 Lecture 2&3
Model Evaluation
Precision
Recall
F1-measure
Accuracy
Area under curve
• In the above table, Class 1 is depicted as the positive table and Class 2 is depicted as the
negative table.
• It is a two-dimensional matrix where each row represents the instances in predictive class
while each column represents the instances in the actual class or you put the values in the
other way.
• Here, TP (True Positive) means the observation is positive and is predicted as positive, FP
(False Positive) means observation is positive but is predicted as negative, TN (True
Negative) means the observation is negative and is predicted as negative and FN (False
Negative) means the observation is negative but it is predicted as positive.
• The curve plots two parameters, True Positive Rate (TPR) and False Positive Rate (FPR).
• Area Under ROC curve is basically used as a measure of the quality of a classification
model. Hence, the AUC-ROC curve is the performance measurement for the classification
problem at various threshold settings.