Metadata-Version: 2.0
Name: MaLeMBa
Version: 0.1.2
Summary: Machine Learning Models Base
Home-page: https://github.com/loven-doo/MaLeMBa
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.3)
Requires-Dist: pandas (>=0.23.4)
Requires-Dist: scipy (>=1.1.0)

# MaLeMBa - Machine Learning Models Base
Python package for base manipulations with datasets and machine learning models wrapping

## Installation
To install the package from PyPI type:
```
pip install malemba
```
Or from the repo:
```
pip install git+https://github.com/loven-doo/MaLeMBa.git
```
For 'dev' branch version:
```
pip install git+https://github.com/loven-doo/MaLeMBa.git@dev
```
## Package reference
### ModelBase
### ds_tools



