Metadata-Version: 2.1
Name: MaLeMBa
Version: 0.1.1
Summary: Machine Learning Models Base
Home-page: https://github.com/loven-doo/MaLeMBa
Author: Denis Moshensky
Author-email: loven7doo@gmail.com
License: UNKNOWN
Description: # 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  # doesn't work now
        ```
        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
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
