Metadata-Version: 2.4
Name: synthedge
Version: 0.2.0
Summary: Diagnosis-first synthetic data augmentation for imbalanced tabular datasets
Author: Sagnik
License: MIT
Project-URL: Homepage, https://github.com/yourusername/synthedge
Project-URL: Issues, https://github.com/yourusername/synthedge/issues
Keywords: synthetic data,data augmentation,imbalanced learning,machine learning,SMOTE,CTGAN,gap detection
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.24
Requires-Dist: pandas>=2.0
Requires-Dist: scikit-learn>=1.3
Requires-Dist: scipy>=1.11
Requires-Dist: ctgan>=0.9
Requires-Dist: imbalanced-learn>=0.11
Requires-Dist: xgboost>=2.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
