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....
Log in to view the answer