databricks / mlops-stacks

This repo provides a customizable stack for starting new ML projects on Databricks that follow production best-practices out of the box.

Home Page:https://docs.databricks.com/en/dev-tools/bundles/mlops-stacks.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

r.inspect() exception with Release 2.0.1

balbarka opened this issue · comments

In Databricks 12.2LTS, when running r.inspect() within training/notebooks/Train get the following exception:
Uncaught TypeError: Cannot read properties of null (reading 'querySelectorAll')

When updating requirements.txt from mlflow==2.0.1 to mlflow==2.2.2 was able to get r.inspect() to render the pipeline graphic.

We updated the MLflow version requirement, thanks!