Migrating ML Model Experiments Using Python REST APIs
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-18-2024 03:12 AM
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!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā10-18-2024 12:56 PM
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.
~
On Medium, anyone can share insightful perspectives, useful knowledge, and life wisdom with the world.
Github Actions pipeline to Export and Import models from one Unity Catalog Metastore to another Unity Catalog Metastore. - gchandra10/ml_export_import_demo

