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.3.tar.gz
(3.7 MB
view details)
Built Distribution
datarobot-2.21.3-py3-none-any.whl
(266.9 kB
view details)
File details
Details for the file datarobot-2.21.3.tar.gz
.
File metadata
- Download URL: datarobot-2.21.3.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 | 8014bc816c5fa08f7e9f1d1e2fcee07d772959c85dbf3500e9a4ca207b080a08 |
|
MD5 | f70dbf374fa9ab984c92088d037f791c |
|
BLAKE2b-256 | 196f810dab9b12e10efc09628379c695dee2643215d4b4c2aecd99d463af43aa |
Provenance
File details
Details for the file datarobot-2.21.3-py3-none-any.whl
.
File metadata
- Download URL: datarobot-2.21.3-py3-none-any.whl
- Upload date:
- Size: 266.9 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 | 0e323994a21486dff388922e3fe1ff5fa15a092bd294848efcb09110f93935d7 |
|
MD5 | 60b83aaf996eb83aa2528ffc533c31ae |
|
BLAKE2b-256 | 7252af0a431d93aefc377a5c9ff467e064068bb85a5fc8edfd0de0c2cb1528e0 |