Accuracy is lower than f1-score for imbalanced data
For a binary classification, I have a dataset with 55% negative label and 45% positive labels.
The results of the classifier shows that the accuracy is lower than the f1-score. Does that mean that the model is learning the negative instances much better than the positive ones?
Does that even make sense, to have accuracy less than the f1-score?
Topic f1score accuracy confusion-matrix classification
Category Data Science