sdv-dev/CTGAN
Conditional GAN for generating synthetic tabular data. observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 97
- Release rhythm 46
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 108.0
- age_days: 2551
- days_rel: 201
- days_push: 23
- n_releases_24m: 5
Adoption not part of the score
1562 stars · 332 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
CTGAN is a Python library of deep learning based synthetic data generators for single-table tabular data, implementing the CTGAN conditional GAN and TVAE models. It learns from real datasets and generates high-fidelity synthetic rows for testing, privacy, and ML workflows.
Use cases
- generate synthetic tabular data from a csv
- create fake training data with a gan
- augment a small dataset with synthetic rows
- generate privacy-safe test data for a database table
- train a model on synthetic tabular data
- balance imbalanced tabular datasets with synthetic samples
When to choose
- you need synthetic single-table data with realistic column distributions and correlations
- you want a Python API for CTGAN or TVAE models
- you need to generate data for testing, demos, or ML augmentation
When to avoid
- you need synthetic data for relational or multi-table schemas - use the full SDV library instead
- you need image, text, or time-series generation
- you require production-grade stability - the library is labeled Pre-Alpha
Facets
library · maturity active
machine-learning deep-learning data-generation machine-learning data-science artificial-intelligence python synthetic-data gan tabular-data tvae generative-models
2 sources
- readme: https://github.com/sdv-dev/CTGAN · fetched 2026-08-28 · 56d2a72c6943
- registry_pypi: https://pypi.org/pypi/ctgan/json · fetched 2026-08-29 · d009e5ce8f31
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sdv-dev/CTGAN | main | 80 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem