Data generation (smote_cd.dataset_generation)#

generate_betas(n_features, n_classes[, ...])

Randomly generate a betas matrix of the regression coefficients, that will be used to generate the dataset.

generate_dataset(n_features, n_classes, size)

Generate a synthetic dataset with compositional labels.