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.19.0.tar.gz
(3.5 MB
view details)
Built Distribution
datarobot-2.19.0-py2-none-any.whl
(184.8 kB
view details)
File details
Details for the file datarobot-2.19.0.tar.gz
.
File metadata
- Download URL: datarobot-2.19.0.tar.gz
- Upload date:
- Size: 3.5 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 | 38b0032555ec930e0b8e0ab79b7aef2619a5d60b48b68ed373d000920eebb313 |
|
MD5 | 37a2ab9089e5bb6972f6bb9b6c94ed88 |
|
BLAKE2b-256 | 2a6c88790b4dc8cf906315c2dd6e312d189eea68080e2600e0bffdbbcbb2c2c9 |
Provenance
File details
Details for the file datarobot-2.19.0-py2-none-any.whl
.
File metadata
- Download URL: datarobot-2.19.0-py2-none-any.whl
- Upload date:
- Size: 184.8 kB
- Tags: Python 2
- 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 | 203411e4efd791584a95dd5242d1773828b078cdedd70d070e680e4fafae2b79 |
|
MD5 | 431116a2ded5b2d616d540f19e0e28dd |
|
BLAKE2b-256 | 647a0c6d515cbca91e5344aab027b1755207e2429a0aea55d6ffa08550d52ec7 |