For the complete documentation index, see llms.txt. This page is also available as Markdown.

Conditional Sampling

Do you have exact values that you'd like to include in the synthetic data? Using conditional sampling to provide this information. Conditional sampling allows you to target the exact data you need, while still preserving correlations with other, related variables.

Use cases include:

  • Generating hypothetical scenarios by fixing the values to correspond to extreme cases

  • De-biasing your data by requesting an equal balance of labels

  • Imputing unknown data by requesting the data that you already know

Last updated