SMOTE for compositional data (smote_cd)#

oversampling_multioutput(df_features, df_labels)

Perform the oversampling on data which has a compositional label.

random_undersampling(y[, method])

Perform a random undersampling on compositional data.