What is the best method for bringing an already trained model into MLflow?

User16826992666
Databricks Employee
Databricks Employee

I already have a trained and saved model that was created outside of MLflow. What is the best way to handle it if I want this model to be added to an MLflow experiment?

Ryan_Chynoweth
Databricks Employee
Databricks Employee

If you can get the model into cloud storage and access the model via DBFS then you should be able to load the model as an object. Once it is loaded you can register it in MLflow or use it in an experiment run.

Anonymous
Not applicable

Hi @Trevor Bishop​ 

Just wanted to check in if you were able to resolve your issue or do you need more help? We'd love to hear from you.

Thanks!