Machine Learning
1
Performance of classification
• How to evaluate the performance of
classification and regression models?
• In classification models, we can use metrics
such as accuracy, precision, recall, F1-score,
and ROC-AUC to evaluate the performance of
the model.
regression
• In regression models, we can use metrics such
as
• mean squared error (MSE),
• root mean squared error (RMSE), and
• R-squared to evaluate the performance of the
model.