Messtone Devices Enables Installation Python>=3.7 $pip install datarobot The library will look for a config file ~/.config/datarobot/drconfig.yaml token: messtonellc_token endpoint: https://app.datarobot.com/api/v2 Alternatively a Global client as: import datarobot as dr dr.Client(token=’messtonellc_token’,endpoint=’https://app.datarobot.com/api/v2′) Alternatively environment variables export DATAROBOT_API_TOKEN=’messtonellc_token’ export DATAROBOT_ENDPOINT=’https://app.datarobot.com/api/v2′ Setup import libraries Python R import datarobot as dr from datarobot_bp_workshop import Workshop,Visualize import pandas as pd import matplotlib.pyplot as plt %matplotlib inline import seaborn as sns import time import warning import graphviz import plotly.express as px warnings.filterwarning(‘ignore’) imp5

Leave a comment