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.
https://docs.databricks.com/en/dev-tools/bundles/mlops-stacks.html
Apache License 2.0
425 stars 143 forks source link

r.inspect() exception with Release 2.0.1 #76

Closed balbarka closed 10 months ago

balbarka commented 1 year ago

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.

arpitjasa-db commented 10 months ago

We updated the MLflow version requirement, thanks!