Resolved! When using MLflow should I use log_model or save_model?
They seem to have similar functions. What is the recommended pattern here?
- 5874 Views
- 1 replies
- 0 kudos
Latest Reply
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...
- 0 kudos