domino logo
4.1
  • Tech Ecosystem
  • Deployment-wide Search
  • Get Started
  • Security and Credentials
  • Collaborate
  • Organizations
  • Projects
  • Domino Datasets
  • External Data
  • Workspaces
  • Environments
  • Executions
  • Model APIs
  • Publish
  • Notifications
  • Domino Command Line Interface (CLI)
  • Troubleshooting
  • Get Help
domino logo
About Domino
Domino Data LabKnowledge BaseData Science BlogTraining

Connect to DataRobot

This topic describes how to connect DataRobot with Domino.

Warning

Use the following commands to install the DataRobot Python client in the Dockerfile instructions section of your environment:

RUN pip install "datarobot==<version>"

To confirm that it installed, run the following commands in your notebook:

import datarobot as dr
dr.Client(token='your_token', endpoint='https://app.datarobot.com/api/v2', ssl_verify = False)
dr.Project.list()

If everything worked, the last command returns the list of projects you have in DataRobot.

Domino Data LabKnowledge BaseData Science BlogTraining
Copyright © 2022 Domino Data Lab. All rights reserved.