Metadata-Version: 2.1
Name: ml-belt
Version: 0.1.3
Summary: The machine learning utility belt
Home-page: https://ml-belt.readthedocs.io
Author: Adriano Freitas
Author-email: agf.adriano@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: sklearn

# ML Belt
The machine learning and data science utility belt.

Read the docs: https://ml-belt.readthedocs.io

We recommend that you have Anaconda installed: https://anaconda.org/


## Instalation
You can install using pip:

    pip install ml_belt


