Configure generators
Enable flexible generation

Flexible generation

Generators in MOSTLY AI have flexible generation enabled by default. You can enable or disable flexible generation for each table in a generator. You can do so before you train a generator. Once a generator is trained, you cannot change its flexible generation configuration.

Even if enabled, the use of rebalancing, generation temperature options (Temperature and Top P), and fairness is optional.

If you want to restrict your models and disable the options to rebalance columns, set the generation temperature, or use fairness, you can disable flexible generation before starting training.

Why flexible generation?

Flexible generation enables a generator to rebalance data, change the generation temperature, and use fairness.

  • With rebalancing, you can rebalance your datasets in a highly correlated manner. For a simplified example, if you decide to increase the percentage of women in your dataset, correlated features such as female first names, respective average income, respective job titles, will also be impacted.
  • With Temperature and Top P, you can control how creatively or conservatively your AI models generate synthetic data.
  • With fairness, you can generate statistical parity synthetic data and define which categorical columns (for example, income) should be generated fairly based on which other sensitive columns (for example, sex, race, age, and so on).

You can use flexible generation for scenarios such as fraud detection, statistical parity synthetic data, what-if scenarios, testing of an increase in less likely outcomes or decrease in rather likely outcomes.

Enable flexible generation

Flexible generation is on by default for each table in a generator.

If you use the web application, you can configure flexible generation from the Model configuration page of a generator.

Steps

  1. With an untrained generator open, click Configure models.
  2. Click a table to open its model configuration.
  3. For Flexible generation, select On or Off depending on how you want to train this AI model. MOSTLY AI - Generator - Configure flexible generation