Migrate from model registry to experiments#
We recommend using runs to manage model metadata. Runs come with extra features such as tags and dashboards, offering rich comparison and visualization support.
You can use the below migration script to migrate metadata from the Models section to Runs.
This method stores the model identifier and version as tags. By default, the model stage is stored as the text field old_sys/stage
, but you can modify the script to store the stage as a tag.
For details, see the README of the migration script.
Related
Old model registry documentation
For how to manage and query metadata from the deprecated model registry, see: