|
9 | 9 | [](https://github.com/sdv-dev/CTGAN/actions/workflows/unit.yml) |
10 | 10 | [](https://pepy.tech/project/ctgan) |
11 | 11 | [](https://codecov.io/gh/sdv-dev/CTGAN) |
| 12 | +[](https://forum.datacebo.com) |
12 | 13 |
|
13 | 14 | <div align="left"> |
14 | 15 | <br/> |
|
25 | 26 |
|
26 | 27 | CTGAN is a collection of Deep Learning based synthetic data generators for single table data, which are able to learn from real data and generate synthetic data with high fidelity. |
27 | 28 |
|
28 | | -| Important Links | | |
29 | | -| --------------------------------------------- | -------------------------------------------------------------------- | |
| 29 | +| Important Links | | |
| 30 | +| --------------------------------------------- | ------------------------------------------------------------------------------------------| |
30 | 31 | | :computer: **[Website]** | Check out the SDV Website for more information about our overall synthetic data ecosystem.| |
31 | | -| :orange_book: **[Blog]** | A deeper look at open source, synthetic data creation and evaluation.| |
32 | | -| :book: **[Documentation]** | Quickstarts, User and Development Guides, and API Reference. | |
33 | | -| :octocat: **[Repository]** | The link to the Github Repository of this library. | |
34 | | -| :keyboard: **[Development Status]** | This software is in its Pre-Alpha stage. | |
35 | | -| [![][Slack Logo] **Community**][Community] | Join our Slack Workspace for announcements and discussions. | |
| 32 | +| :orange_book: **[Blog]** | A deeper look at open source, synthetic data creation and evaluation. | |
| 33 | +| :book: **[Documentation]** | Quickstarts, User and Development Guides, and API Reference. | |
| 34 | +| :octocat: **[Repository]** | The link to the Github Repository of this library. | |
| 35 | +| :keyboard: **[Development Status]** | This software is in its Pre-Alpha stage. | |
| 36 | +| :busts_in_silhouette: **[DataCebo Forum]** | Discuss CTGAN features, ask questions, and receive help. | |
36 | 37 |
|
37 | 38 | [Website]: https://sdv.dev |
38 | 39 | [Blog]: https://datacebo.com/blog |
39 | 40 | [Documentation]: https://bit.ly/sdv-docs |
40 | 41 | [Repository]: https://github.com/sdv-dev/CTGAN |
41 | 42 | [License]: https://github.com/sdv-dev/CTGAN/blob/main/LICENSE |
42 | 43 | [Development Status]: https://pypi.org/search/?c=Development+Status+%3A%3A+2+-+Pre-Alpha |
43 | | -[Slack Logo]: https://github.com/sdv-dev/SDV/blob/stable/docs/images/slack.png |
44 | | -[Community]: https://bit.ly/sdv-slack-invite |
| 44 | +[DataCebo Forum]: https://forum.datacebo.com |
45 | 45 |
|
46 | 46 | Currently, this library implements the **CTGAN** and **TVAE** models described in the [Modeling Tabular data using Conditional GAN](https://arxiv.org/abs/1907.00503) paper, presented at the 2019 NeurIPS conference. |
47 | 47 |
|
@@ -111,7 +111,7 @@ Irvine, CA: University of California, School of Information and Computer Science |
111 | 111 |
|
112 | 112 | # Join our community |
113 | 113 |
|
114 | | -Join our [Slack channel](https://bit.ly/sdv-slack-invite) to discuss more about CTGAN and synthetic data. If you find a bug or have a feature request, you can also [open an issue](https://github.com/sdv-dev/CTGAN/issues) on our GitHub. |
| 114 | +Join our [forum](https://forum.datacebo.com/) to discuss more about CTGAN, ask questions, and receive help. |
115 | 115 |
|
116 | 116 | **Interested in contributing to CTGAN?** Read our [Contribution Guide](CONTRIBUTING.rst) to get started. |
117 | 117 |
|
|
0 commit comments