-
Notifications
You must be signed in to change notification settings - Fork 236
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: streamlit app for ydata-synthetic #236
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fabclmnt
requested review from
gmartinsribeiro,
alexbarros,
aquemy,
portellaa and
ricardodcpereira
and removed request for
gmartinsribeiro and
portellaa
February 26, 2023 09:05
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The cache folder within the streamlit app folder was committed and pushed. Should it be removed?
Upss no. Let me remove that. Thanks! |
ricardodcpereira
approved these changes
Feb 27, 2023
aquemy
reviewed
Feb 28, 2023
aquemy
approved these changes
Feb 28, 2023
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR revamps the streamlit example experience, to create a new app that can be used to interact with ydata-synthetic.
The first version include the following: