Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add CTGAN model #233

Merged
merged 2 commits into from
Feb 17, 2023
Merged

feat: add CTGAN model #233

merged 2 commits into from
Feb 17, 2023

Conversation

ricardodcpereira
Copy link
Contributor

No description provided.

Copy link
Contributor

@aquemy aquemy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very minor comments.

src/ydata_synthetic/synthesizers/loss.py Outdated Show resolved Hide resolved
src/ydata_synthetic/synthesizers/regular/ctgan/model.py Outdated Show resolved Hide resolved
src/ydata_synthetic/synthesizers/regular/model.py Outdated Show resolved Hide resolved
@aquemy aquemy merged commit cea1d8e into dev Feb 17, 2023
@aquemy aquemy deleted the feat/ctgan branch February 17, 2023 08:54
alexbarros pushed a commit that referenced this pull request Feb 17, 2023
* feat: add CTGAN model

* fix: change imports
aquemy pushed a commit that referenced this pull request Feb 23, 2023
* feat: add CTGAN model (#233)

* feat: add CTGAN model

* fix: change imports

* docs: add processors and synthesizers docs

* docs: add ctgan reference links

* docs: fix gan doc format

* docs: fix cgan docstrings

* docs: add/fix cramergan docstrings

* docs: add cwgangp docstrings

* docs: add dragan docstrings

* docs: add vanilla gan docstrings

* docs: add wgan docstrings

* docs: add wgan gp docstrings

---------

Co-authored-by: Ricardo Pereira <ricardo.dc.pereira@gmail.com>
aquemy added a commit that referenced this pull request Mar 1, 2023
* feat: add CTGAN model (#233)

* feat: add CTGAN model

* fix: change imports

* fix: remove gauumbel softmax dependencies (#235)

* chore: Streamlit demo app to generate synthetic dataset using ydata-synthetic on tabular data (#166)

* Add files via upload

* Delete examples/regular/ydata-synthetic-streamlit directory

* Demo app with Streamlit

* Update app.py

* Update app.py

* Update app.py

* Add files via upload

* Create app.gif

* Create README.md

* Create requirements.txt

* Update README.md

* Update README.md

* Update requirements.txt

* Update README.md

* Update README.md

* Update README.md

* feat: streamlit app for ydata-synthetic (#236)

* feat: improve example streamlit app to serve as the package interface

* chore: remove from the examples as now it is a feature

* feat: add input path to save model and save synthetic data samples

* docs: add new streamlit example and update readme

* docs: update readme with a video

* fix: udapte the setup file and readme

* fix: fix typo

* fix: remove comments

* fix: codacy code quality issues

---------

Co-authored-by: Ricardo Pereira <ricardo.dc.pereira@gmail.com>
Co-authored-by: Fabiana <30911746+fabclmnt@users.noreply.github.com>
Co-authored-by: Uppu Rajesh Kumar <73292655+rajeshai@users.noreply.github.com>
aquemy pushed a commit that referenced this pull request Mar 14, 2023
* feat: add CTGAN model (#233)

* feat: add CTGAN model

* fix: change imports

* docs: add processors and synthesizers docs

* docs: add ctgan reference links

* docs: fix gan doc format

* docs: fix cgan docstrings

* docs: add/fix cramergan docstrings

* docs: add cwgangp docstrings

* docs: add dragan docstrings

* docs: add vanilla gan docstrings

* docs: add wgan docstrings

* docs: add wgan gp docstrings

---------

Co-authored-by: Ricardo Pereira <ricardo.dc.pereira@gmail.com>
vascoalramos pushed a commit that referenced this pull request May 23, 2023
* feat: add CTGAN model (#233)

* feat: add CTGAN model

* fix: change imports

* docs: add processors and synthesizers docs

* docs: add ctgan reference links

* docs: fix gan doc format

* docs: fix cgan docstrings

* docs: add/fix cramergan docstrings

* docs: add cwgangp docstrings

* docs: add dragan docstrings

* docs: add vanilla gan docstrings

* docs: add wgan docstrings

* docs: add wgan gp docstrings

---------

Co-authored-by: Ricardo Pereira <ricardo.dc.pereira@gmail.com>
vascoalramos pushed a commit that referenced this pull request May 31, 2023
* feat: add CTGAN model (#233)

* feat: add CTGAN model

* fix: change imports

* docs: add processors and synthesizers docs

* docs: add ctgan reference links

* docs: fix gan doc format

* docs: fix cgan docstrings

* docs: add/fix cramergan docstrings

* docs: add cwgangp docstrings

* docs: add dragan docstrings

* docs: add vanilla gan docstrings

* docs: add wgan docstrings

* docs: add wgan gp docstrings

---------

Co-authored-by: Ricardo Pereira <ricardo.dc.pereira@gmail.com>
vascoalramos pushed a commit that referenced this pull request May 31, 2023
* feat: add CTGAN model (#233)

* feat: add CTGAN model

* fix: change imports

* docs: add processors and synthesizers docs

* docs: add ctgan reference links

* docs: fix gan doc format

* docs: fix cgan docstrings

* docs: add/fix cramergan docstrings

* docs: add cwgangp docstrings

* docs: add dragan docstrings

* docs: add vanilla gan docstrings

* docs: add wgan docstrings

* docs: add wgan gp docstrings

---------

Co-authored-by: Ricardo Pereira <ricardo.dc.pereira@gmail.com>
aquemy added a commit that referenced this pull request May 31, 2023
* docs: skeleton for the documentation

* docs: add example of automated classes

* docs: add requirements

* docs: complete reference links (#234)

* feat: add CTGAN model (#233)

* feat: add CTGAN model

* fix: change imports

* docs: add processors and synthesizers docs

* docs: add ctgan reference links

* docs: fix gan doc format

* docs: fix cgan docstrings

* docs: add/fix cramergan docstrings

* docs: add cwgangp docstrings

* docs: add dragan docstrings

* docs: add vanilla gan docstrings

* docs: add wgan docstrings

* docs: add wgan gp docstrings

---------

Co-authored-by: Ricardo Pereira <ricardo.dc.pereira@gmail.com>

* chore: add docs publishing ci

* chore: update docs ci

* chore: fix ci

* chore: fix docs ci

* chore: fix docs ci

* chore: remove doc branch from ci trigger

* chore: add dev branch trigger to docs ci

* chore: include dev as a PR ci trigger

* fix: docs pr ci

* fix(docs): replace old reference to base gan model  to new one

* docs: add initial ydata-synthetic documentation  (#274)

---------

Co-authored-by: Alex Barros <alexbarros@users.noreply.github.com>
Co-authored-by: Ricardo Pereira <ricardo.dc.pereira@gmail.com>
Co-authored-by: Vasco Ramos <vasco.ramos@ydata.ai>
Co-authored-by: Miriam Seoane Santos <68821478+miriamspsantos@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants