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.
This package is released under the terms of the DataRobot Tool and Utility Agreement, which can be found on our Legal page, along with our privacy policy and more.
Installation
Python >= 3.7 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.
Helpful links
Bug Reporting and Q&A
To report issues or ask questions, send email to the team.
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
Built Distribution
Hashes for datarobot-3.5.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bac24480c22d1cfa9890e03b5dd1b56e3b0f159bd37170b3c0f83a404f4fa333 |
|
MD5 | 96c6fbb85ceb097728d2ab74a97bbe5b |
|
BLAKE2b-256 | 6cd1656b448fe116be70036ca85d1c7824f90c140e4fee3d7a84935734bb3e55 |