Overview of synthetic data generation with ydata-synthetic
devThe ydata-synthetic package is an open-source Python library designed for experimenting with generative models to create synthetic data. It serves as an alternative or supplement to real-world data, particularly when real data is scarce or for boosting Machine Learning performance.
Supported data types and models include:
- Tabular Data: Generatable via Variational Auto Encoders (VAE), Gaussian Mixture Models (GMM), and Conditional Generative Adversarial Networks (CTGAN).
- Time-Series Data: Generatable via TimeGAN.
The package also features a user-friendly UI interface to guide users through the synthetic data generation process.