I am training a model, where class distribution is unbalanced. So, I thought of applying augmentation technique, to improve the performance. I am wondering,is it fair to apply augmentation only on class with low samples, or Do I apply augmentation on all data?
If we apply augmentation on only one class, will it create bias while training?
Please provide your valuable insights on this.