Metadata-Version: 2.1
Name: ml-belt
Version: 0.0.2
Summary: The machine learning utility belt
Home-page: https://github.com/adrianogfreitas/ml_belt
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

# ml_belt
the machine learning utility belt

https://pypi.org/project/ml_belt/


## Instalation
You can install using pip:

    pip install ml_belt

## Usage
```python
import ml_belt as mlb

...

df = mlb.create_dummies(df, columns)


