Types of Imbalance:

  1. Marginal Imbalance:

    1. A dataset is marginally imbalanced if one class is rare compared to other class.

      $Pr(Y=1)\eqsim0$

  2. Conditional Imbalance:

    1. A dataset is conditionally imbalanced when it is easy to predict the correct labels for most cases.

      $Pr(Y=1|X=0)\eqsim0 \; and Pr(Y=1|X=1)\eqsim1$

How to Overcome: