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.0.tar.gz
(3.6 MB
view details)
Built Distribution
datarobot-2.20.0-py3-none-any.whl
(213.7 kB
view details)
File details
Details for the file datarobot-2.20.0.tar.gz
.
File metadata
- Download URL: datarobot-2.20.0.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 | d7d8b20e6b51b39f2f5313ec35d2c21fd81eb1502fe5a2f7e053057a268fae64 |
|
MD5 | 6d7ba1d475c11754ebe1448007928142 |
|
BLAKE2b-256 | d1482ceeb283c9d76552448f499bb440c82c0d65aea9e79af7b9d14e8b7c8561 |
Provenance
File details
Details for the file datarobot-2.20.0-py3-none-any.whl
.
File metadata
- Download URL: datarobot-2.20.0-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 | a429afac4acc9c4e0424a029748ff764ff7ea0f6130dc5724aacb1437bedf972 |
|
MD5 | 6cceeee180d12226059f632af4dacbd7 |
|
BLAKE2b-256 | a0e355a1278893049e9eb89d5447633446226f6cebb2efaa82611c441b582826 |