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!
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.
Contribute to mlflow/mlflow-export-import development by creating an account on GitHub.