cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

What is the point of the model staging and promotion functions in MLflow?

User16826992666
Valued Contributor

Why not just directly deploy the model where you need it in production?

1 ACCEPTED SOLUTION

Accepted Solutions

sean_owen
Honored Contributor II
Honored Contributor II

The Model Registry is mostly a workflow tool. It helps 'gate' the process, so that (for example) only authorized users can set a model to be the newest Production version of a model - that's not something just anyone should be able to do!

The Registry can trigger webhooks when a model enters a new state, for example to run a testing notebook when a new Staging candidate appears.

It also helps serve as a single source of truth: what's the current production model? rather than pass around the run ID "abc123456..." informally, the stage tags in the Registry let any process look up the 'latest production model' reliably.

View solution in original post

1 REPLY 1

sean_owen
Honored Contributor II
Honored Contributor II

The Model Registry is mostly a workflow tool. It helps 'gate' the process, so that (for example) only authorized users can set a model to be the newest Production version of a model - that's not something just anyone should be able to do!

The Registry can trigger webhooks when a model enters a new state, for example to run a testing notebook when a new Staging candidate appears.

It also helps serve as a single source of truth: what's the current production model? rather than pass around the run ID "abc123456..." informally, the stage tags in the Registry let any process look up the 'latest production model' reliably.

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.