Metadata-Version: 2.4
Name: dataforge-ml
Version: 0.3.0
Summary: A automated feature engineering and designing pipeline library
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: polars>=1.0.0
Requires-Dist: scikit-learn>=1.0.0
Requires-Dist: scipy>=1.10.0
Requires-Dist: numpy>=2.0.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Dynamic: license-file

# FeatureForge

Automated feature engineering and data profiling pipeline library for tabular datasets.

## Installation

```bash
pip install dataforge-ml
```

## License

MIT
