Metadata-Version: 2.0
Name: lapras
Version: 0.0.12
Summary: scorecard
Home-page: https://github.com/yhangang
Author: Badtom
Author-email: yhangang@gmail.com
License: MIT
Keywords: scorecard
Platform: UNKNOWN
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.15.4)
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: seaborn (>=0.10.0)



# LAPRAS

[![PyPi version][pypi-image]][pypi-url]
[![Python version][python-image]][docs-url]




Lapras is developed to facilitate the dichotomy model development work.


## Install


via pip

```bash
pip install lapras
```

via source code

```bash
python setup.py install
```

## Usage

```python
lapras.IV("file_path")
```

## Documents

A simple API.

[pypi-image]: https://img.shields.io/badge/pypi-V0.0.10-%3Cgreen%3E
[pypi-url]: https://github.com/yhangang
[python-image]: https://img.shields.io/pypi/pyversions/toad.svg?style=flat-square





