This client library is designed to support the DataRobot API.
Project description
About datarobot
DataRobot is a client library for working with the DataRobot platform API.
Installation
Python 2.7 and >= 3.4 are supported. You must have a datarobot account.
$ pip install datarobot
Usage
The library will look for a config file ~/.config/datarobot/drconfig.yaml by default. This is an example of what that config file should look like.
token: your_token endpoint: https://app.datarobot.com/api/v2
Alternatively a global client can be set in the code.
import datarobot as dr dr.Client(token='your_token', endpoint='https://app.datarobot.com/api/v2')
Alternatively environment variables can be used.
export DATAROBOT_API_TOKEN='your_token' export DATAROBOT_ENDPOINT='https://app.datarobot.com/api/v2'
See documentation for example usage after configuring.
Tests
$ py.test
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
datarobot-2.21.1.tar.gz
(3.6 MB
view details)
Built Distribution
datarobot-2.21.1-py3-none-any.whl
(260.2 kB
view details)
File details
Details for the file datarobot-2.21.1.tar.gz
.
File metadata
- Download URL: datarobot-2.21.1.tar.gz
- Upload date:
- Size: 3.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7f4499fba6a0f56792a839aca99a79c2c1d9604d82531b60b29b653c518e384 |
|
MD5 | b0d7dc2c92d1c05ce3c5931ace66b696 |
|
BLAKE2b-256 | 3a3c955ea384c3a14ae27b9c53c9cbad0b0b0586128dd466551d2fd120733ba4 |
Provenance
File details
Details for the file datarobot-2.21.1-py3-none-any.whl
.
File metadata
- Download URL: datarobot-2.21.1-py3-none-any.whl
- Upload date:
- Size: 260.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f33604f985254ab5a613ed2bf75f772fbbbc106ef1f82ccbbaf922ada1a37df2 |
|
MD5 | fce717d9c3602038c4f781ebf96d5a98 |
|
BLAKE2b-256 | b7a1e192839d25826b2d55b14a58d4d01b92c50b51a509be016d642afd113b56 |