Metadata-Version: 2.1
Name: previsionio
Version: 12.0.0
Summary: python wrapper for prevision api
Home-page: https://github.com/previsionio/prevision-python
Author: prevision.io
Author-email: team-core@prevision.io
License: MIT License
Project-URL: Bug Tracker, https://github.com/previsionio/prevision-python/issues
Project-URL: Documentation, https://prevision-python.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/previsionio/prevision-python
Description: Welcome to the Prevision.io Python SDK
        ======================================
        
        [![Documentation Status](https://readthedocs.org/projects/pip/badge/?version=stable)](https://pip.pypa.io/en/stable/?badge=stable)
        
        
        The Prevision.io Python SDK allows to easily use [Prevision.io](https://prevision.io/) 
        APIs to train, predict and automate pipelines with sklearn-like interface.
        
        The full documentation is available [here](https://prevision-python.readthedocs.io/en/latest/).
        
        
        # Installation
        ```
        pip install previsionio
        ```
        or
        ```
        git clone https://github.com/previsionio/prevision-python
        cd prevision-python
        python setup.py install
        ```
        
        # Setup
        
        * [Sign up for a free trial](https://cloud.prevision.io) 
        * Go in the upper right corner menu to go to the API Key pages
        * Generate a new master token
        * [Setup your client with it](https://prevision-python.readthedocs.io/en/latest/source/getting_started.html#set-up-your-client)
        * Enjoy creating your new models from [documentations](https://prevision-python.readthedocs.io/en/latest/source/getting_started.html#regression-classification-multi-classification-experiments) 
Keywords: ml,ai,prevision,sdk
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
