Rebalance columns

Rebalance columns

With MOSTLY AI, you can generate synthetic datasets that rebalance column distributions from your original data. You can use rebalancing for fairer distributions and bias mitigation in your synthetic datasets..

Rebalancing does not just impact the single variable you select to rebalance. All other variables in the dataset are also impacted based on the correlations they have with that variable. For example, you can use rebalancing to create a large number of relevant business scenarios out of the few that are present in your original data. Or you can use it to simulate "what-if" scenarios based on your existing, historical data, or upsample minority classes to help downstream machine learning algorithms pick up their patterns.

📑

Note
Rebalancing is only available for subject tables and can only be applied to columns with the Categorical column type.

Prerequisites

To rebalance columns in generated synthetic datasets, the model you use for rebalancing must have flexible generation enabled.

Specify columns and values to rebalance

When you configure a new synthetic dataset, you can specify the columns you want to rebalance.

You can examine the CDNOW dataset where the distributions in the gender column of the customers table is 58% males and 42% females.

MOSTLY AI - Synthetic datasets - Rebalance columns example CDNOW dataset

The examples below show how to rebalance the customers column and achieve a 50% - 50% distribution of males and females in the generated synthetic data.

If you use the web application, you can select which column to rebalance from the Rebalancing column drop-down on the Configure Synthetic Dataset page.

Steps

  1. Open the generator you want to use.
  2. Click Generate synthetic data in the upper right.
  3. Expand the generation settings for a table.
  4. For Rebalancing column, click and select the column to rebalance. In this case, select gender. MOSTLY AI - Synthetic datasets - Rebalancing column
  5. Under Rebalancing categories, click + Add category.
  6. Specify the value to rebalance and its new percentage and confirm. MOSTLY AI - Synthetic datasets - Rebalance category by percentage
  7. (Optional) Add more categories you want to rebalance.
  8. Click Start generation in the upper right.

Result

In the generated Data report for the synthetic dataset, you can navigate to the Univariate distributions and check the gender column distribution which now contains an equal split of F (female) and M (male) values.