Synthetic data generation methods with different synthetization methods.
Project description
What is Synthetic Data?
Synthetic data is artificially generated data that is not collected from real world events. It replicates the statistical components of real data without containing any identifiable information, ensuring individuals' privacy.
Why Synthetic Data?
Synthetic data can be used for many applications:
- Privacy
- Remove bias
- Balance datasets
- Augment datasets
ydata-synthetic
This repository contains material related with Generative Adversarial Networks for synthetic data generation, in particular regular tabular data and time-series. It consists a set of different GANs architectures developed using Tensorflow 2.0. Several example Jupyter Notebooks and Python scripts are included, to show how to use the different architectures.
Quickstart
The source code is currently hosted on GitHub at: https://github.com/ydataai/ydata-synthetic
Binary installers for the latest released version are available at the Python Package Index (PyPI).
pip install ydata-synthetic
Examples
Here you can find usage examples of the package and models to synthesize tabular data.
- Synthesizing the minority class with VanillaGAN on credit fraud dataset
- Time Series synthetic data generation with TimeGAN on stock dataset
- More examples are continously added and can be found in
/examples
directory.
Datasets for you to experiment
Here are some example datasets for you to try with the synthesizers:
Tabular datasets
Sequential datasets
Project Resources
In this repository you can find the several GAN architectures that are used to create synthesizers:
Tabular data
- GAN
- CGAN (Conditional GAN)
- WGAN (Wasserstein GAN)
- WGAN-GP (Wassertein GAN with Gradient Penalty)
- DRAGAN (On Convergence and stability of GANS)
- Cramer GAN (The Cramer Distance as a Solution to Biased Wasserstein Gradients)
Sequential data
Contributing
We are open to collaboration! If you want to start contributing you only need to:
- Search for an issue in which you would like to work. Issues for newcomers are labeled with good first issue.
- Create a PR solving the issue.
- We would review every PRs and either accept or ask for revisions.
Support
For support in using this library, please join the #help Slack channel. The Slack community is very friendly and great about quickly answering questions about the use and development of the library. Click here to join our Slack community!
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ydata-synthetic-0.7.0.tar.gz
.
File metadata
- Download URL: ydata-synthetic-0.7.0.tar.gz
- Upload date:
- Size: 29.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61cf70532a8663ffd4651df58a7617d855ce322a6e5a98e077e1fc20a63c2d33 |
|
MD5 | 8bf30079a754cb7c6d38067907cc7482 |
|
BLAKE2b-256 | 58ee5111cbbd30b15984f6865915ba23620746c5654effc1f418809798bc4d00 |
File details
Details for the file ydata_synthetic-0.7.0-py2.py3-none-any.whl
.
File metadata
- Download URL: ydata_synthetic-0.7.0-py2.py3-none-any.whl
- Upload date:
- Size: 47.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a346e5b2507ef33fde265642369a50abb9a2793784489e59f109cfd74607a632 |
|
MD5 | 104fce607382dc03179914379b8990ee |
|
BLAKE2b-256 | f3eb7b02a6111a193912db48251b9bbc6c2f407cc7fb626043206fd7f44c629e |