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.20.2.tar.gz
(3.6 MB
view details)
Built Distribution
datarobot-2.20.2-py3-none-any.whl
(213.7 kB
view details)
File details
Details for the file datarobot-2.20.2.tar.gz
.
File metadata
- Download URL: datarobot-2.20.2.tar.gz
- Upload date:
- Size: 3.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04302dd08250e965d60a80ba24c4b34549dd4859164e5061f6a4500b9639b7e2 |
|
MD5 | 514d924564d5b6d69f1f6ebf7eb14df9 |
|
BLAKE2b-256 | 76d36f4d93f0e088197454f62e64d7df1ebd1da346cb6691903a8054279d07a7 |
Provenance
File details
Details for the file datarobot-2.20.2-py3-none-any.whl
.
File metadata
- Download URL: datarobot-2.20.2-py3-none-any.whl
- Upload date:
- Size: 213.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5261a0c2186efb15420ee63bde1e7f0f257f03e8a37bd146e0e4641c96134544 |
|
MD5 | de8861f88396c13c29edbe33f6c45876 |
|
BLAKE2b-256 | edcf4981375afe5a4ec3a8c0866d64ae19865959bf8a5f08f56f373c27eec4fa |