Is there any rule of thumb to say whether a class distribution is balance or imbalanced?
If I have two dataset (A,B) with binary class, class distribution (pos:neg ratio) for A is 50:125 and for B, it is 50:225. Are both of them imbalanced?
What is the rule to say the data set is class-imbalanced?