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.22.0.tar.gz
(5.1 MB
view details)
Built Distribution
datarobot-2.22.0-py2-none-any.whl
(276.6 kB
view details)
File details
Details for the file datarobot-2.22.0.tar.gz
.
File metadata
- Download URL: datarobot-2.22.0.tar.gz
- Upload date:
- Size: 5.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4ceed3f6caa1c98092b023a3709488b4ecb732c2e10c7c0040e1ed18a2d1a38 |
|
MD5 | 22bd7c59491044514606d6d249452660 |
|
BLAKE2b-256 | fe83967b90b047315142ba5ae840ad7887c9565a537e13bdd82b1223443310ad |
Provenance
File details
Details for the file datarobot-2.22.0-py2-none-any.whl
.
File metadata
- Download URL: datarobot-2.22.0-py2-none-any.whl
- Upload date:
- Size: 276.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8950180683623a4030e4113e6845d256ac823766b4a99e97c221f1673f45293a |
|
MD5 | b38af1551ad98ed0bc1a6f4971881139 |
|
BLAKE2b-256 | 82287af0374c3d653b95f53dbffdab8f3560486cb1b5a72c379de81ac03bbc77 |