Metadata-Version: 1.1
Name: mlstacking
Version: 0.2.7
Summary: mlstacking is a Python module for sklearn-API friendly multi-layer stacking
Home-page: https://github.com/TalkingData/MultiLayerStacking
Author: HaoWang
Author-email: hao.wang2@tendcloud.com
License: BSD 3-Clause License
Description: ## mlstacking
        
        mlstacking is a Python module for sklearn-API friendly multi-layer stacking built on top of scikit-learn and distributed under the 3-Clause BSD license.
        
        #### Installtion
        
        ##### Dependencies
        
        ##### User installation
        
        If you already have a working installation of numpy and scipy, the easiest way to install mlstacking is using `pip`
        
        `pip install mlstacking`
        
        #### Help and Support
        
        ##### Documentation
        
        HTML documentation (stable release): https://mlstacking.readthedocs.io/
Keywords: stacking multi-layer ensemble-learning
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
