Model Registry - CI/CD用語集の定義
model registryはtrainされたモデルをそのメトリクスとdeployステージとともにバージョン管理し、MLOpsのsource of truthとして機能します。
model registryは、trainされたmachine learningモデルを、そのメタデータ、メトリクス、ステージ(staging、production)とともに保存するバージョン管理されたストアです。何がdeployされているかのsource of truthです。
registryはモデルにとって、artifactリポジトリがbuild出力にとってのものと同じです。promoteが通過する、統制されたバージョン管理された場所です。
Promotionのステージ
モデルのバージョンはステージ(none、staging、production、archived)を移動します。CDのpipelineはregistryを読み、productionとマークされたバージョンをdeployします。
関連ガイド
Model Deployment - CI/CD Glossary DefinitionModel Deployment: Model deployment is the act of releasing a validated model to production so it can serve pr…
Model Validation - CI/CD Glossary DefinitionModel Validation: Model validation evaluates a trained model on held-out data against quality thresholds (acc…
MLOps - CI/CD Glossary DefinitionMLOps: MLOps applies CI/CD, testing, monitoring, and automation practices to the machine-learning lifecycle,…