Metadata-Version: 2.1
Name: MaLeMBa
Version: 0.4.11
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.1)
Requires-Dist: pandas (>=0.23.4)
Requires-Dist: scipy (>=1.1.0)
Requires-Dist: shared-ndarray (>=1.1.1)
Requires-Dist: jsondler (>=0.0.1)

# 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



