#11 · Primary category: Synthetic Data Generation
Copulas
A library to model multivariate data using copulas.
Project last updated:08/24/26
GitHub Stars
652
Forks
122
Contributors
46
License
MIT
Why we included this project
Copulas handles a narrow but common problem: you have a table of numerical data and want to learn its joint distribution well enough to sample new rows that look statistically like the original. It does this with copula functions, offering Gaussian, Archimedean, and vine copulas paired with a range of univariate marginals. For teams generating synthetic tabular data for testing, sharing, or augmenting datasets without exposing real records, this is a practical building block. The library also exposes the learned parameters directly, so you can inspect and tune the model rather than treating it as a black box, and it includes simple visualizations to compare real and synthetic columns. Since it is part of the Synthetic Data Vault project from DataCebo.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
SDV
Synthetic data generation for tabular data
distilabel
Distilabel is a framework for synthetic data and AI feedback for engineers who need fast, reliable and scalable pipelines based on verified research papers.
kubric
A data generation pipeline for creating semi-realistic synthetic multi-object videos with rich annotations such as instance segmentation masks, depth maps, and optical flow.
synthetic-data-generator
SDG is a specialized framework designed to generate high-quality structured tabular data.
unrealcv
UnrealCV: Connecting Computer Vision to Unreal Engine