Skip to content

Commit 3296acf

Browse files
docs: update doppelGANger example (#306)
Co-authored-by: Fabiana <30911746+fabclmnt@users.noreply.github.com>
1 parent 2c5d22a commit 3296acf

File tree

2 files changed

+872
-0
lines changed

2 files changed

+872
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Here you can find usage examples of the package and models to synthesize tabular
9191
- Fast tabular data synthesis on adult census income dataset [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ydataai/ydata-synthetic/blob/master/examples/regular/models/Fast_Adult_Census_Income_Data.ipynb)
9292
- Tabular synthetic data generation with CTGAN on adult census income dataset [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ydataai/ydata-synthetic/blob/master/examples/regular/models/CTGAN_Adult_Census_Income_Data.ipynb)
9393
- Time Series synthetic data generation with TimeGAN on stock dataset [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ydataai/ydata-synthetic/blob/master/examples/timeseries/TimeGAN_Synthetic_stock_data.ipynb)
94+
- Time Series synthetic data generation with DoppelGANger on FCC MBA dataset [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ydataai/ydata-synthetic/blob/master/examples/timeseries/DoppelGANger_FCC_MBA_Dataset.ipynb)
9495
- More examples are continuously added and can be found in `/examples` directory.
9596

9697
### Datasets for you to experiment
@@ -102,6 +103,7 @@ Here are some example datasets for you to try with the synthesizers:
102103

103104
#### Sequential datasets
104105
- [Stock data](https://github.com/ydataai/ydata-synthetic/tree/master/data)
106+
- [FCC MBA data](https://github.com/ydataai/ydata-synthetic/tree/master/data)
105107

106108
## Project Resources
107109

0 commit comments

Comments
 (0)