Metadata-Version: 2.1
Name: polar-bear
Version: 0.0.12
Summary: auto cleansing pandas
Home-page: https://github.com/regonn/polar_bear
Author: regonn
Author-email: regonn@haizine.art
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/regonn/polar_bear/issues
Project-URL: Source, https://github.com/regonn/polar_bear
Keywords: sample setuptools development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: sklearn
Requires-Dist: optuna
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

# Polar Bear

<img src="https://raw.githubusercontent.com/regonn/polar_bear/master/data/polar_bear.png" width="300" />

:panda_face: -> cleansing -> polar bear!! ʕ·ᴥ·　 ʔ

[![CircleCI](https://circleci.com/gh/regonn/polar_bear.svg?style=svg)](https://circleci.com/gh/regonn/polar_bear)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/regonn/polar_bear/blob/master/LICENSE.txt)
[![PyPI version](https://badge.fury.io/py/polar-bear.svg)](https://badge.fury.io/py/polar-bear)
[![Python Versions](https://img.shields.io/pypi/pyversions/polar_bear.svg)](https://pypi.org/project/polar-bear/)

Polar-bear is a library for easily and quickly performing machine learning tasks. 

Example of machine learning tasks:

- Classification
- Regression

In addition, it generally performs necessary preprocessing automatically.

Example of preprocessing:

- OnehotEncoding
- Handling MissingValue
## Installation

`$ pip install polar-bear`

## Get Started

- [Tutorial Notebook](https://github.com/regonn/polar_bear/blob/master/examples/polar_bear_tutorials.ipynb)

## License
This project is licensed under the terms of the MIT license. See [LICENSE](https://github.com/regonn/polar_bear/blob/master/LICENSE.txt) for additional details.

