The F1-Score is the metric that provides a superior assessment of a binary classifier on a highly imbalanced dataset by balancing Precision and Recall. Accuracy is misleading in these scenarios because if 99 percent of the data belongs to one class, a model that simply predicts that dominant class for every input will achieve 99 percent accuracy while failing to identify any instances of the minority class. Precision ....
Log in to view the answer