11<p align =" left " >
2- <img width =15% src =" https://dai.lids.mit.edu/wp-content/uploads/2018/06/Logo_DAI_highres.png " alt =“DAI-Lab ” />
2+ <img width =15% src =" https://dai.lids.mit.edu/wp-content/uploads/2018/06/Logo_DAI_highres.png " alt =“sdv-dev ” />
33<i >An open source project from Data to AI Lab at MIT.</i >
44</p >
55
66[ ![ PyPI Shield] ( https://img.shields.io/pypi/v/ctgan.svg )] ( https://pypi.python.org/pypi/ctgan )
7- [ ![ Travis CI Shield] ( https://travis-ci.org/DAI-Lab /CTGAN.svg?branch=master )] ( https://travis-ci.org/DAI-Lab /CTGAN )
7+ [ ![ Travis CI Shield] ( https://travis-ci.org/sdv-dev /CTGAN.svg?branch=master )] ( https://travis-ci.org/sdv-dev /CTGAN )
88[ ![ Downloads] ( https://pepy.tech/badge/ctgan )] ( https://pepy.tech/project/ctgan )
9- [ ![ Coverage Status] ( https://codecov.io/gh/DAI-Lab /CTGAN/branch/master/graph/badge.svg )] ( https://codecov.io/gh/DAI-Lab /CTGAN )
9+ [ ![ Coverage Status] ( https://codecov.io/gh/sdv-dev /CTGAN/branch/master/graph/badge.svg )] ( https://codecov.io/gh/sdv-dev /CTGAN )
1010
1111# CTGAN
1212
1313Implementation of our NeurIPS paper [ Modeling Tabular data using Conditional GAN] ( https://arxiv.org/abs/1907.00503 ) .
1414
1515CTGAN is a GAN-based data synthesizer that can generate synthetic tabular data with high fidelity.
1616
17- - Free software : [ MIT license ] ( https://github.com/DAI-Lab /CTGAN/tree /master/LICENSE )
18- - Documentation: https://DAI-Lab .github.io/CTGAN
19- - Homepage: https://github.com/DAI-Lab /CTGAN
17+ * License : [ MIT] ( https://github.com/sdv-dev /CTGAN/blob /master/LICENSE )
18+ * Documentation: https://sdv-dev .github.io/CTGAN
19+ * Homepage: https://github.com/sdv-dev /CTGAN
2020
2121## Overview
2222
23- Based on previous work ([ TGAN] ( https://github.com/DAI-Lab /TGAN ) ) on synthetic data generation,
23+ Based on previous work ([ TGAN] ( https://github.com/sdv-dev /TGAN ) ) on synthetic data generation,
2424we develop a new model called CTGAN. Several major differences make CTGAN outperform TGAN.
2525
2626- ** Preprocessing** : CTGAN uses more sophisticated Variational Gaussian Mixture Model to detect
@@ -49,7 +49,7 @@ pip install ctgan
4949This will pull and install the latest stable release from [ PyPI] ( https://pypi.org/ ) .
5050
5151If you want to install from source or contribute to the project please read the
52- [ Contributing Guide] ( https://DAI-Lab .github.io/CTGAN/contributing.html#get-started ) .
52+ [ Contributing Guide] ( https://sdv-dev .github.io/CTGAN/contributing.html#get-started ) .
5353
5454# Data Format
5555
@@ -179,13 +179,13 @@ must be rounded to integers in a later step, outside of CTGAN.
179179# Join our community
180180
1811811 . If you would like to try more dataset examples, please have a look at the [ examples folder] (
182- https://github.com/DAI-Lab /CTGAN/tree/master/examples ) of the repository. Please contact us
182+ https://github.com/sdv-dev /CTGAN/tree/master/examples ) of the repository. Please contact us
183183if you have a usage example that you would want to share with the community.
1841842 . If you want to contribute to the project code, please head to the [ Contributing Guide] (
185- https://DAI-Lab .github.io/CTGAN/contributing.html#get-started ) for more details about how to do it.
185+ https://sdv-dev .github.io/CTGAN/contributing.html#get-started ) for more details about how to do it.
1861863 . If you have any doubts, feature requests or detect an error, please [ open an issue on github] (
187- https://github.com/DAI-Lab /CTGAN/issues )
188- 4 . Also do not forget to check the [ project documentation site] ( https://DAI-Lab .github.io/CTGAN/ ) !
187+ https://github.com/sdv-dev /CTGAN/issues )
188+ 4 . Also do not forget to check the [ project documentation site] ( https://sdv-dev .github.io/CTGAN/ ) !
189189
190190
191191# Citing TGAN
@@ -202,3 +202,15 @@ If you use CTGAN, please cite the following work:
202202 year={2019}
203203}
204204```
205+
206+ # Related Projects
207+
208+ ## R interface for CTGAN
209+
210+ A wrapper around ** CTGAN** has been implemented by Kevin Kuo @kevinykuo , bringing the functionalities
211+ of ** CTGAN** to ** R** users.
212+
213+ More details can be found in the corresponding repository: https://github.com/kasaai/ctgan
214+
215+ Please note that this package is an external contribution and is not maintained nor suporvised by
216+ the MIT DAI-Lab team.
0 commit comments