Metadata-Version: 2.1
Name: mlprep-ls
Version: 0.3.0
Summary: Small package for preprocessing data.
Home-page: https://github.com/lschmiddey/ml_preproc
Author: Lasse Schmidt
Author-email: lasse.schmidt@live.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# ml_prepare
Repository containing functions for preprocessing data for machine learning projects.

# Installation

```pip install mlprep-ls```

# Import module

```import mlprepare as mlp``` 

# How to use it

[Tutorial](https://github.com/lschmiddey/ml_prepare/blob/main/2021-01-28-Tutorial-mlp.ipynb)


