Migrating ML Model Experiments Using Python REST APIs

Sudheer2
New Contributor III

Hi everyone,

I’m looking to migrate ML model experiments from a source Databricks workspace to a target workspace. Specifically, I want to use Python and the available REST APIs for this process.

Can anyone help me on this!

Thanks in advance!

gchandra
Databricks Employee
Databricks Employee

You can use https://github.com/mlflow/mlflow-export-import  utility.

The example given below doesn't use Python but uses CLI and CICD pipeline to do the same. 

https://medium.com/@gchandra/databricks-copy-ml-models-across-unity-catalog-metastores-18806516b3d0?...

 

 



~