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.2.tar.gz
(3.7 MB
view details)
Built Distribution
datarobot-2.21.2-py3-none-any.whl
(267.0 kB
view details)
File details
Details for the file datarobot-2.21.2.tar.gz
.
File metadata
- Download URL: datarobot-2.21.2.tar.gz
- Upload date:
- Size: 3.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51f2e070ec3ceb6e11d76f138fd6843508eb178a0a34d2562aa2393a146e5d0a |
|
MD5 | 1329ed9ee55306fd87c25af387e0ca89 |
|
BLAKE2b-256 | 1009b5a2b7f08ca0728e28b3cddc4a92faf8bd990b94f0821fc784296be1110f |
Provenance
File details
Details for the file datarobot-2.21.2-py3-none-any.whl
.
File metadata
- Download URL: datarobot-2.21.2-py3-none-any.whl
- Upload date:
- Size: 267.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a0d1a8da145600ff6aed76e411946b7e990d90361556c59d589ed8b70a67a79 |
|
MD5 | 566667f2bf1436b410ec1e203028cdd8 |
|
BLAKE2b-256 | 1c1a3795bad8d6ab214f2bb5299ff75f468ab84d93408fb054d2d84d48403e37 |