You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+31-29Lines changed: 31 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,24 @@
9
9
10
10
Join us on [](http://slack.ydata.ai/)
11
11
12
-
# What is Synthetic Data?
12
+
# YData Synthetic
13
+
A package to generate synthetic tabular and time-series data leveraging the state of the art generative models.
14
+
## Synthetic data
15
+
### What is synthetic data?
13
16
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.
14
17
15
-
# Why Synthetic Data?
18
+
###Why Synthetic Data?
16
19
Synthetic data can be used for many applications:
17
-
- Privacy
18
-
- Remove bias
19
-
- Balance datasets
20
-
- Augment datasets
20
+
- Privacy
21
+
- Remove bias
22
+
- Balance datasets
23
+
- Augment datasets
21
24
22
25
# ydata-synthetic
23
26
This repository contains material related with Generative Adversarial Networks for synthetic data generation, in particular regular tabular data and time-series.
24
27
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.
25
28
26
-
# Quickstart
29
+
##Quickstart
27
30
28
31
The source code is currently hosted on GitHub at: https://github.com/ydataai/ydata-synthetic
29
32
@@ -32,12 +35,11 @@ Binary installers for the latest released version are available at the [Python P
32
35
pip install ydata-synthetic
33
36
```
34
37
35
-
## Examples
38
+
###Examples
36
39
Here you can find usage examples of the package and models to synthesize tabular data.
37
-
38
-
- Synthesizing the minority class with VanillaGAN on credit fraud dataset [](https://colab.research.google.com/github/ydataai/ydata-synthetic/blob/master/examples/regular/gan_example.ipynb)
39
-
- Time Series synthetic data generation with TimeGAN on stock dataset [](https://colab.research.google.com/github/ydataai/ydata-synthetic/blob/master/examples/timeseries/TimeGAN_Synthetic_stock_data.ipynb)
40
-
- More examples are continously added and can be found in `/examples` directory.
40
+
- Synthesizing the minority class with VanillaGAN on credit fraud dataset [](https://colab.research.google.com/github/ydataai/ydata-synthetic/blob/master/examples/regular/gan_example.ipynb)
41
+
- Time Series synthetic data generation with TimeGAN on stock dataset [](https://colab.research.google.com/github/ydataai/ydata-synthetic/blob/master/examples/timeseries/TimeGAN_Synthetic_stock_data.ipynb)
42
+
- More examples are continously added and can be found in `/examples` directory.
41
43
42
44
### Datasets for you to experiment
43
45
Here are some example datasets for you to try with the synthesizers:
@@ -50,30 +52,30 @@ Here are some example datasets for you to try with the synthesizers:
We are open to collaboration! If you want to start contributing you only need to:
71
-
1. Search for an issue in which you would like to work. Issues for newcomers are labeled with good first issue.
72
-
2. Create a PR solving the issue.
73
-
3. We would review every PRs and either accept or ask for revisions.
73
+
1. Search for an issue in which you would like to work. Issues for newcomers are labeled with good first issue.
74
+
2. Create a PR solving the issue.
75
+
3. We would review every PRs and either accept or ask for revisions.
74
76
75
-
# Support
77
+
##Support
76
78
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!](http://slack.ydata.ai/)
0 commit comments