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

Maintenance: Update CTGAN Example to Use Latest SDG #213

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

MooooCat
Copy link
Contributor

@MooooCat MooooCat commented Aug 1, 2024

Description

This pull request updates the sdgx_example_ctgan.ipynb notebook to use the latest version of the Synthetic Data Generator (SDG) from the GitHub repository. The changes include:

  1. Updating the installation command to use the GitHub repository instead of the PyPI package.
  2. Increasing the number of training epochs for the CTGAN model from 2 to 128.
  3. Removing unnecessary data preprocessing steps (remove_empty_rows and clear_na) as they will be integrated into sdgx.processor in the future.
  4. Updating the logging messages and outputs to reflect the changes in the SDG framework.

Motivation and Context

This change is required to ensure that the example notebook uses the latest features and improvements from the SDG framework, which are not yet available in the PyPI package.

By using the GitHub repository, we can leverage the most recent updates and bug fixes.

How has this been tested?

The changes have been tested by running the updated notebook in a local development environment. The notebook was executed step-by-step to ensure that the synthetic data generation process works as expected with the new settings and dependencies.

Types of changes

  • Maintenance (no change in code, maintain the project's CI, docs, etc.)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@MooooCat MooooCat merged commit 3025734 into main Aug 1, 2024
12 checks passed
@MooooCat MooooCat deleted the enhance-update-ctgan-ipynb-example branch August 22, 2024 02:11
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.

1 participant