In the context of model performance metrics, why is a high F1 score often preferred over basic accuracy when dealing with imbalanced datasets?
Accuracy measures the ratio of correct predictions to the total number of cases, which is misleading when a dataset is imbalanced. In an imbalanced dataset, one class significantly outnumbers the other. For instance, if 99 percent of transactions are legitimate and 1 percent are fraudulent, a model can achieve 99 percent accuracy simp....
Community Answers
Sign in to open profiles and full community answers.
No community answers yet. Be the first to submit one.