Metadata-Version: 2.1
Name: MaLeSMo
Version: 0.2.4
Summary: Machine Learning Standard Models
Home-page: https://github.com/loven-doo/MaLeSMo
Author: Denis Moshensky
Author-email: loven7doo@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.15.1)
Requires-Dist: pandas (>=0.23.4)
Requires-Dist: scipy (>=1.1.0)
Requires-Dist: dill (>=0.2.9)
Requires-Dist: malemba (>=0.4.5)
Requires-Dist: catboost (>=0.12.2)
Requires-Dist: xgboost (>=0.81)
Requires-Dist: jsondler (>=0.0.1)

# MaLeSMo - Machine Learning Standard Models

Python package with wrappers for standart machine learning models

## Installation

To install the package from PyPI type:

```
pip install malesmo
```

Or from the repo:

```
pip install git+https://github.com/loven-doo/MaLeSMo.git
```

For 'dev' branch version:

```
pip install git+https://github.com/loven-doo/MaLeSMo.git@dev
```

## Package reference

### gboost



