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.23.0.tar.gz
(3.7 MB
view details)
Built Distribution
datarobot-2.23.0-py3-none-any.whl
(285.7 kB
view details)
File details
Details for the file datarobot-2.23.0.tar.gz
.
File metadata
- Download URL: datarobot-2.23.0.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 | f4ae9d5283ee41dec4f466cc50a11f3158c56694c83acedab44f1e3285dd768f |
|
MD5 | 2ece73e592c9089a88555db7911b5928 |
|
BLAKE2b-256 | 140448ef143316038973ae5ba0abac38c815ab7fc98ef34701cbd20a2cc80152 |
Provenance
File details
Details for the file datarobot-2.23.0-py3-none-any.whl
.
File metadata
- Download URL: datarobot-2.23.0-py3-none-any.whl
- Upload date:
- Size: 285.7 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 | 6cf529f1c2bf4d3aeef3ae7dc2a215a6235624c71b2c30a3489fc96db481db39 |
|
MD5 | 274ec339bd775e5717b762b23fd0b419 |
|
BLAKE2b-256 | 2dd52fb2e35c9988589886c1d22ceb78fce3c88df2bdf2e198da5a6f5fbc0240 |