Dunnhumby Interview Question | Effectiveness
Question
What evaluation approaches would you work to gauge the effectiveness of a machine learning model?
solved
0
Machine Learning
55 years
1 Answer
681 views
Great Grand Master 0
Answer ( 1 )
If the model is used for classification task, the metrics we should use are
Accuracy
Precision
Recall
F1 score
G1 score
Binary cross entropy loss
If the model is used for regression task, the metrics we should use are
RMSE
MSE
L1 loss
L2 loss
AUC score