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.25.1.tar.gz
(3.8 MB
view details)
Built Distribution
datarobot-2.25.1-py3-none-any.whl
(471.7 kB
view details)
File details
Details for the file datarobot-2.25.1.tar.gz
.
File metadata
- Download URL: datarobot-2.25.1.tar.gz
- Upload date:
- Size: 3.8 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 | ad44236ba7d26650d3d4cf006e449f559e071e82b7e19f240f18adac9bb4029f |
|
MD5 | be089dddbb34ad74ca88534e125e25d7 |
|
BLAKE2b-256 | 277fb1bdda59b9595e723c618f64646ceff4f1e544d987d6b390d208d5f54983 |
Provenance
File details
Details for the file datarobot-2.25.1-py3-none-any.whl
.
File metadata
- Download URL: datarobot-2.25.1-py3-none-any.whl
- Upload date:
- Size: 471.7 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 | cbeafdcaa9eb686bd767bfd21d9b510db7d2d0edeac8ae096610c76d9d83281b |
|
MD5 | c1809ca19a99043d98848604d793e005 |
|
BLAKE2b-256 | be72d560b44ea3965300a53bf378a955e10558c6950c463eebc6f1c7f18dc334 |