Advanced Topics
Model Deployment and Monitoring
モデル展開と監視
Model deployment makes a trained model available for inference in a real application. Model monitoring then tracks behavior and performance, including changes such as data drift.
Japanese terms
- Model deployment — モデル展開: Making a trained model available in a production system or application.
- Inference — 推論: Using a trained model to produce an output from new input.
- Model monitoring — モデル監視: Tracking a deployed model’s behavior, performance, inputs, and operational health.
- Data drift — データドリフト: A change over time in the statistical properties of data received by a deployed system.
Related topics
Training, validation, and testing establishes pre-deployment evidence, while deployment reveals how a model behaves under real operating conditions.