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.26.0.tar.gz
(5.2 MB
view details)
Built Distribution
datarobot-2.26.0-py3-none-any.whl
(343.4 kB
view details)
File details
Details for the file datarobot-2.26.0.tar.gz
.
File metadata
- Download URL: datarobot-2.26.0.tar.gz
- Upload date:
- Size: 5.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b92fde3e85418ecb74097cfeeb68aadf3bf0c56a6c0093aa97a3ed6f2949150a |
|
MD5 | 82c3b1ecae8f5c1a64c5c273b9e29444 |
|
BLAKE2b-256 | 1067e499243b4de92b9405198ced8fa2444129c06946ba3282b8b036bc152e20 |
Provenance
File details
Details for the file datarobot-2.26.0-py3-none-any.whl
.
File metadata
- Download URL: datarobot-2.26.0-py3-none-any.whl
- Upload date:
- Size: 343.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 917425526ea7ebd4084a5337da26738d9f0a327bb65d2461c71af87a68300e36 |
|
MD5 | 2a4f002ebbffff57c3be4e2d2c188982 |
|
BLAKE2b-256 | 6c6b411e3c3c71bbeb25cbe3eb4c761832d10f26d40ddd815c4f0282b7e641b0 |