Enter a user in the widget at the top of this page (for example, "username@example.com"). Defaults to all users.
<command-4112123844379294>:16: FutureWarning: Using .astype to convert from timezone-aware dtype to timezone-naive dtype is deprecated and will raise in a future version. Use obj.tz_localize(None) or obj.tz_convert('UTC').tz_localize(None) instead
runs['start_time'] = runs['start_time'].astype('datetime64[ns]')
Building Dashboards with the MLflow Search API
This notebook demonstrates how to use the mlflow.search_runs API to generate custom dashboards.
The notebook contains the following sections:
Get existing experiment
Dashboards
Requirements
This notebook requires a cluster running Databricks Runtime for Machine Learning.