Model Registry improvements with MLflow 3.0 (Beta)
This feature is in Beta.
This page describes improvements to the Model Registry in MLflow 3.0.
In MLflow 3.0, the Unity Catalog model registry has been enhanced to make it easier to find model parameters and performance data. When you register a LoggedModel
to the Unity Catalog model registry, all of its metrics and parameters are available in the model registry UI and from the API. You can see model performance metrics across all MLflow experiments and workspaces on a single page. For more information about LoggedModel
, see Track and compare models using MLflow Logged Models (Beta).
From the Traces panel, you can see traces associated with the Model ID from development and evaluation (mlflow.evaluate()
runs) alongside traces from online serving in endpoints. You can use the search box to filter traces, as well as click on a trace to see the full set of spans.
Next steps
To learn more about other new features of MLflow 3.0, see the following articles: