Skip to content

Commit

Permalink
Updated Read Me files
Browse files Browse the repository at this point in the history
  • Loading branch information
SartajBhuvaji committed Feb 10, 2024
1 parent 4103a0e commit a0f20dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PYPI_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## About
- SDGnE (Synthetic Data Generation and Evaluation) is a Python package designed to generate synthetic data and evaluate its quality using neural network models.
- This tool is intended for developers and researchers who require synthetic datasets for testing and development.
- The current dittto version `v1.0.0` uses <i>Autoencoders</i> and <i>SMOTE</i> to generate synthetic data.
- Current dittto uses <i>Autoencoders</i> and <i>SMOTE</i> to generate synthetic data.

## Getting Started
`pip install SDGNE`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
## About
- SDGnE (Synthetic Data Generation and Evaluation) is a Python package designed to generate synthetic data and evaluate its quality using neural network models.
- This tool is intended for developers and researchers who require synthetic datasets for testing and development.
- The current dittto version `v1.0.0` uses <i>Autoencoders</i> and <i>SMOTE</i> to generate synthetic data.
- Current dittto version uses <i>Autoencoders</i> and <i>SMOTE</i> to generate synthetic data.

## Getting Started
`pip install SDGNE`
Expand Down

0 comments on commit a0f20dd

Please sign in to comment.