Socket
Socket
Sign inDemoInstall

datarobot

Package Overview
Dependencies
1
Maintainers
5
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    datarobot

This client library is designed to support the DataRobot API.


Maintainers
5

Readme

About datarobot

.. image:: https://img.shields.io/pypi/v/datarobot.svg :target: https://pypi.python.org/pypi/datarobot/ .. image:: https://img.shields.io/pypi/pyversions/datarobot.svg .. image:: https://img.shields.io/pypi/status/datarobot.svg

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.

  • API quickstart guide <https://docs.datarobot.com/en/docs/api/api-quickstart/index.html>_
  • Code examples <https://docs.datarobot.com/en/docs/api/guide/python/index.html>_
  • Common use cases <https://docs.datarobot.com/en/docs/api/guide/common-case/index.html>_

Bug Reporting and Q&A

Create an account on DataRobot Community <https://community.datarobot.com/>_ and post your questions and bug reports here <https://community.datarobot.com/t5/forums/postpage/board-id/datarobot-api>_.

.. _datarobot: https://datarobot.com .. _documentation: https://datarobot-public-api-client.readthedocs-hosted.com .. _legal: https://www.datarobot.com/legal/

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc