Metadata-Version: 2.4
Name: hb-mltools
Version: 0.3.1
Summary: A platform for rapid development of Machine Learning algorithms.
License: open source
Project-URL: homepage, https://github.com/Hunterb9101/ml-tools
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: lightgbm
Requires-Dist: pandas
Requires-Dist: pyarrow==17.0.0
Requires-Dist: pydantic
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: scipy
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: mypy; extra == "tests"
Requires-Dist: ruff; extra == "tests"
Requires-Dist: types-pyyaml; extra == "tests"

# ML Tools
This library serves as a platform for quickly developing machine learning (ML) Models

## Installation
This library can be installed from PyPI using the command `pip install hb-mltools`.
When installed, the module can be imported using `import mltools`.
