Experiment - Automated evaluation metrics
Problem:You have trained a text classification model, but you only checked accuracy. You want to understand how well the model performs in different ways using automated evaluation metrics.
Current Metrics:Accuracy: 78%
Issue:Accuracy alone does not show if the model is good at finding all positive cases or if it makes many false alarms.