Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/previsionio/prevision-python
Prevision.io sdk
https://github.com/previsionio/prevision-python
ai io-python-sdk ml prevision random-forest sklearn
Last synced: 3 months ago
JSON representation
Prevision.io sdk
- Host: GitHub
- URL: https://github.com/previsionio/prevision-python
- Owner: previsionio
- License: mit
- Created: 2018-09-23T12:49:15.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2023-11-09T22:55:51.000Z (about 1 year ago)
- Last Synced: 2024-09-28T13:23:11.222Z (3 months ago)
- Topics: ai, io-python-sdk, ml, prevision, random-forest, sklearn
- Language: Python
- Homepage: https://prevision.io/
- Size: 7.71 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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)