是什么
本文基于mlflow 1.11.0版本
正如官网说的:
The MLflow Model Registry component is a centralized model store, set of APIs, and UI, to collaboratively manage the full lifecycle of an MLflow Model. It provides model lineage (which MLflow experiment and run produced the model), model versioning, stage transitions (for example from staging to production), and annotations
model registry 是一个集中的模型存储,apis,UI,用来全周期的管理model,他能提供一种模型血缘,模型版本,以及模型的阶段切换。
那它究竟能做什么呢,我们看看前面mlflow系列1 这篇文章,如果没用到model registry,我们启动服务的时候,得按照如下方式:
export MLFLOW_TRACKING

MLflow Model Registry是一个集中式的模型存储和管理工具,提供模型血缘、版本控制和阶段管理。通过它,我们可以方便地启动服务,无需指定RUN_ID,并能直观地了解模型所处的阶段。例如,可以从实验中选择模型版本并切换到Production阶段,启动服务时只需指定模型名称和阶段。这简化了模型部署和管理流程,提高了工作效率。
最低0.47元/天 解锁文章
2307





