Priyag1
Honored Contributor II

Run an MLflow project

mlflow run <uri> -b databricks --backend-config <json-new-cluster-spec>

Requirements

  1. Install MLflow using 
  2. pip install mlflow
  3. Install and configure the Databricks CLI. The Databricks CLI authentication mechanism is required to run jobs on a Databricks cluster.

View solution in original post