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.1.tar.gz
(3.7 MB
view details)
Built Distribution
datarobot-2.23.1-py3-none-any.whl
(286.5 kB
view details)
File details
Details for the file datarobot-2.23.1.tar.gz
.
File metadata
- Download URL: datarobot-2.23.1.tar.gz
- Upload date:
- Size: 3.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a08d917dc45a8aa3df60a69b326cb2f6612c01e1cfa66877d2c423ec448ed29f |
|
MD5 | a2b65d88e9a78dccfc244175ffe7789b |
|
BLAKE2b-256 | a2cc3ab14a08f037910b376f2b6df87f161a72c31c1f2d634bd7131fbc59377e |
Provenance
File details
Details for the file datarobot-2.23.1-py3-none-any.whl
.
File metadata
- Download URL: datarobot-2.23.1-py3-none-any.whl
- Upload date:
- Size: 286.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6f17aecb78c270a0afb7978e92a4d7d5fb2183c9e71b608d016280110e3a9de |
|
MD5 | f87bddbf8e61b9144d9a15887a5c22d4 |
|
BLAKE2b-256 | e0e2eb49654c44d7ef24d2a77034fb5f54de212aed8ec3db73178176b3cb887e |