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.20.1.tar.gz
(3.6 MB
view details)
Built Distribution
datarobot-2.20.1-py3-none-any.whl
(213.7 kB
view details)
File details
Details for the file datarobot-2.20.1.tar.gz
.
File metadata
- Download URL: datarobot-2.20.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 | 94f02c06cd959b1ac69056b98855c27c33b51a7637bb77a8765893675e802de2 |
|
MD5 | aa66d6b5ff3cbc0eae598edefe7bad45 |
|
BLAKE2b-256 | 8882bdad85588c087d6de24d7edfb518d657b2c9eb1173984b3e6b771a520b63 |
Provenance
File details
Details for the file datarobot-2.20.1-py3-none-any.whl
.
File metadata
- Download URL: datarobot-2.20.1-py3-none-any.whl
- Upload date:
- Size: 213.7 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 | 214492b92262c84dd60c2f0fcb428dcf05b0c5fe2eebfc780770d3d67e3595f8 |
|
MD5 | 1eb5c801bbc9924f2ca1852583c109a9 |
|
BLAKE2b-256 | 09f81e7e52f9686d0c186b78bf77ade7636a9e2e6f0ebc05f6dd7eff13987d22 |