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