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.26.1.tar.gz
(5.2 MB
view details)
Built Distribution
datarobot-2.26.1-py3-none-any.whl
(343.5 kB
view details)
File details
Details for the file datarobot-2.26.1.tar.gz
.
File metadata
- Download URL: datarobot-2.26.1.tar.gz
- Upload date:
- Size: 5.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2161e8f5ea3920d80fc4322ce1757129b0d643231e8bab78dcff109637923717 |
|
MD5 | 4526037ba576b583df250fdfe855f044 |
|
BLAKE2b-256 | 5c7b7b3e2b5612ca716f22447e797c51cd063b362b8f2990e548b8a031be8f62 |
Provenance
File details
Details for the file datarobot-2.26.1-py3-none-any.whl
.
File metadata
- Download URL: datarobot-2.26.1-py3-none-any.whl
- Upload date:
- Size: 343.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e848e5fea629cb33f4129ca5fc54f7472d81f5baab2c2630c8cb101fad00d068 |
|
MD5 | 90e3759de1990e2859fb7b1afe0d0ddf |
|
BLAKE2b-256 | d78fa98f343fb859671ef95c5a20f4edda44e925a42de953d23cd9c43bce838c |