Skip to content

Commit 35168d9

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 4bababf + 0e886d8 commit 35168d9

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,7 @@ A clear and concise description of what you expected to happen.
2424
If applicable, add screenshots to help explain your problem.
2525

2626
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
30-
31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
27+
- OS: [e.g. Windows, Ubuntu]
3628

3729
**Additional context**
3830
Add any other context about the problem here.

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
44
# GANs for tabular data
5-
![Tabular GAN logo](./images/tabular_gan.png =278x126)
5+
<img src="./images/tabular_gan.png" height="15%" width="15%">
66
We well know GANs for success in the realistic image generation. However, they can be applied in tabular data generation. We will review and examine some recent papers about tabular GANs in action.
77

88
* Arxiv article: ["Tabular GANs for uneven distribution"](https://arxiv.org/abs/2010.00638)
99
* Medium post: [GANs for tabular data](https://towardsdatascience.com/review-of-gans-for-tabular-data-a30a2199342)
10-
## Used datasets and expriment design
10+
## Datasets and expriment design
1111

1212
**Running experiment**
1313
To run experiment follow these steps:
@@ -54,8 +54,7 @@ Remaining columns were either categorical or numerical.
5454

5555
## Results
5656

57-
To determine the best encoderthe ROC AUC scores of each dataset were scaled (min-max scale) and then averaged results among the dataset.
58-
To determine the best validation strategy, I compared the top score of each dataset for each type of validation.
57+
To determine the best sampling strategy, ROC AUC scores of each dataset were scaled (min-max scale) and then averaged among the dataset.
5958

6059
**Table 1.2** Different sampling results across the dataset, higher is better (100% - maximum per dataset ROC AUC)
6160

@@ -91,7 +90,7 @@ To determine the best validation strategy, I compared the top score of each data
9190

9291
## Acknowledgments
9392

94-
The author would like to thank Open Data Science community [8] for many
93+
The author would like to thank Open Data Science community [7] for many
9594
valuable discussions and educational help in the growing field of machine and
9695
deep learning. Also, special big thanks to Sber [8] for allowing solving
9796
such tasks and providing computational resources.

0 commit comments

Comments
 (0)