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

fix: Fix data preprocessing and dragan performance prints #105

Merged
merged 15 commits into from
Oct 28, 2021

Conversation

fabclmnt
Copy link
Contributor

No description provided.

fabclmnt and others added 14 commits August 17, 2021 00:04
* feat(synth): Change synthesizers input - Add Model and Train parameters as namedTuples.

* feat(examples): Change examples inputs to match changes.

* feat: Change CGAN and WGAN examples.

* feat: Changing GAN parameters.

* feat: Chaing DRAGAN inputs and example file.

* feat(synth): Change learning rate inputs.

* feat: Introduce the concept of epochs.

* fix: Adding stock data dataset.

* feat: Adding test datasets.
* removing unused argument in build methods

* Fixed supervisor loss temporal alignment

* temporal allignment fix, path fix on example

* path fix on example ipynb
* minor changes on quick start and project resources
* add contributing guidelines
* add support and licensing info
* fix: fix issue with model name

* fix: remove model name from BaseModel class
* fix repeated label in discriminator

* fixed workbook + model train, reverted define gan

* add coments

* add comments 2

* removed unnecessary splice
…90)

* feat(regular): Add new GAN - DRAGAN

* feat(regular): Add DRAGAN train step and example.

* feat(regular): Add new Cramer GAN

* allign changes

* refactor cramergan implementation

* unify gradient_clip funcs

* delete optimizers before save/fix codacy warnings

* fix new codacy messages

Co-authored-by: fabclmnt <fabiana.clemente@ydata.ai>
* standardize transformations method, fix example

* standardize transformations method, fix example

* fix typo in example from previous commit

* standardize transformations behavior

* add inverter and test inverter methods

* fix script, add examples

* bumped sklearn requirement, fixed last example

* rename, clean imports, clean main

* remainder cols logic for inverse

* Preserves column order

* removed unnecessary variable
# Conflicts:
#	examples/regular/cgan_example.py
#	examples/regular/gan_example.ipynb
#	src/ydata_synthetic/synthesizers/gan.py
#	src/ydata_synthetic/synthesizers/regular/cgan/model.py
#	src/ydata_synthetic/synthesizers/regular/dragan/model.py
#	src/ydata_synthetic/synthesizers/timeseries/timegan/model.py
@fabclmnt fabclmnt requested a review from jfsantos-ds October 28, 2021 10:58
@fabclmnt fabclmnt changed the title fix: GAN examples to match last changes fix: Fix data preprocessing and dragan performance prints Oct 28, 2021
@fabclmnt fabclmnt changed the base branch from master to dev October 28, 2021 11:01
@fabclmnt fabclmnt merged commit 3c5f1ee into dev Oct 28, 2021
@fabclmnt fabclmnt deleted the fix/fix_examples_for_release branch October 28, 2021 11:02
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.

4 participants