sajith_appukutt
Databricks Employee
Databricks Employee

mlflow.<model-type>.log_model(model, ...) saves the model to the MLflow tracking server.

mlflow.<model-type>.save_model(model, modelpath) saved the model locally to  a DBFS path.

More details at https://docs.databricks.com/applications/mlflow/models.html

View solution in original post