Metadata-Version: 2.1
Name: pretools
Version: 0.0.0
Summary: Preparation tools for machine learning
Home-page: UNKNOWN
Author: Kon
License: MIT License
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn

# pretools

[![CircleCI](https://img.shields.io/circleci/build/github/Y-oHr-N/pretools)](https://circleci.com/gh/Y-oHr-N/pretools)
[![PyPI](https://img.shields.io/pypi/v/OptGBM)](https://pypi.org/project/pretools/)
[![PyPI - License](https://img.shields.io/pypi/l/OptGBM)](https://pypi.org/project/pretools/)
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/Y-oHr-N/pretools/master)

Preparation tools for machine learning.

## Installation

```
pip install pretools
```

## Testing

```
python setup.py test
```


