I am working on wine quality dataset for predicting if the quality of wine is good or bad.
I have used multiple classification models and calculated their accuracy/Precision/Recall score as shown below
However , I can not rely on accuracy score as data is imbalance i.e. Data with class Bad(1382 rows) is greater then class Good
Which model should I prefer based on above precision and recall score and why?