Metadata-Version: 2.1
Name: power-ml
Version: 1.0.0a2
Summary: Empowerment Python Machine Learing Stack.
Home-page: https://github.com/takelushi/power-ml
License: MIT
Author: Takeru Saito
Author-email: takelushi@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: combu (>=1.2.1,<2.0.0)
Requires-Dist: joblib (>=1.0.0,<2.0.0)
Requires-Dist: numpy (>=1.0.0,<2.0.0)
Requires-Dist: pandas (>=1.0.0,<2.0.0)
Requires-Dist: psutil (>=5.8.0,<6.0.0)
Requires-Dist: scikit-learn (>=0.24.1,<0.25.0)
Requires-Dist: tinydb (>=4.3.0,<5.0.0)
Project-URL: Repository, https://github.com/takelushi/power-ml
Project-URL: issues, https://github.com/takelushi/power-ml/issues
Description-Content-Type: text/markdown

# power-ml

Empowerment Python Machine Learing Stack.

## Install

* Requirements
   * Poetry
   * pyenv

```sh
poetry install --no-dev
```

## Other Requirements

* lightgbm
   * For LightGBM model.
* boto3
   * For AWS support.
```

## Development

```sh
# Setup
poetry install

# Run lint and test.
bash scripts/report.bash
```

