
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
datarobot-early-access
Advanced tools
.. image:: https://img.shields.io/pypi/v/datarobot_early_access.svg :target: https://pypi.python.org/pypi/datarobot-early-access/ .. image:: https://img.shields.io/pypi/pyversions/datarobot_early_access.svg .. image:: https://img.shields.io/pypi/status/datarobot_early_access.svg
DataRobot is a client library for working with the DataRobot
_ platform API. This package is the "early access" version of the client. Do NOT use this package in production--you will expose yourself to risk of breaking changes and bugs. For the most stable version, see the quarterly release on PyPI at https://pypi.org/project/datarobot/.
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.
Python >= 3.7 are supported. You must have a datarobot account.
::
$ pip install datarobot_early_access
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'
datarobot_early_access has the following optional groups:
auth
(requires Python 3.9+): Provides an abstraction to handle OAuth2 authentication with DataRobot API (11.1+).
This can be used in DataRobot Custom Applications and on its own.auth-authlib
(requires Python 3.9+): OAuth2 authentication handling via Authlib.
This can be used in DataRobot Custom Applications and on its own.You can install these optional groups by specifying them in the pip command, for example:
::
$ pip install datarobot_early_access[auth]
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>
_To report issues or ask questions, send email to the team <api-maintainer@datarobot.com>
_.
.. _datarobot: https://datarobot.com .. _documentation: https://datarobot-public-api-client.readthedocs-hosted.com/en/early-access/ .. _legal: https://www.datarobot.com/legal/
FAQs
This client library is designed to support the DataRobot API.
We found that datarobot-early-access demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.