Metadata-Version: 2.1
Name: mljar-supervised
Version: 0.1.0
Summary: Automated Machine Learning for Supervised tasks
Home-page: https://github.com/mljar/mljar-supervised
Author: Piotr Plonski
Author-email: contact@mljar.com
License: MIT
Description: [![Build Status](https://travis-ci.org/mljar/mljar-supervised.svg?branch=master)](https://travis-ci.org/mljar/mljar-supervised)
        
        # mljar-supervised
        
        Collection of supervised methods (including processing), used in MLJAR AutoML solution.
        
        With this package you can handle any supervised ML algorithm with the same interface.
        
        # The package is under active development! Please expect a lot of changes!
        
        Please check our [platform](https://github.com/mljar/mljar)!
        
        # Development
        
        ### Installation
        
        ```
        git clone https://github.com/mljar/mljar-supervised.git
        virtualenv venv --python=python3.6
        source venv/bin/activate
        pip install -r requirements.txt
        ```
        
        ### Testing
        
        ```
        cd supervised
        python -m tests.run_all
        ```
        
Keywords: automl,machine learning,random forest,keras,xgboost
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
