Metadata-Version: 2.4
Name: trailblazer-ml
Version: 0.1.0
Summary: Uma biblioteca de AutoML Exploratório e 'Glass-Box'.
Home-page: https://github.com/gabsalles/trailblazer-ml
Author: Gabriel Sales
Author-email: ggcs10@gmail.com
Keywords: automl,data-science,preprocessing,cleaning
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.21.0
Requires-Dist: pandas>=1.5.0
Requires-Dist: scikit-learn>=1.0.0
Requires-Dist: lightgbm>=3.3.0
Requires-Dist: rapidfuzz>=3.0.0
Requires-Dist: networkx>=3.0
Requires-Dist: plotly>=5.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ScoutML 🚀

Uma biblioteca de AutoML "Glass-Box" focada em exploração, limpeza e geração de código transparente.

## Instalação

```bash
pip install scoutml
