I have been working with binary classification problem, were prediction of both my classes were completely/equally important.
- data balance ratio - 46%(0) & 54 % (1)
- Problem statement : Predicting whether the product will Pass or Fail.
My question would be, which evaluation metrics should I choose to evaluate my Model ? Is there is any specific rule to use Precision, Recall, F1 score, based on the type of problem ?
Currently I am working only with Accuracy to test my models.
Kindly share your thoughts.