What is 'Azure ML's experiment tracking' and why do data scientists use it?
Experiment tracking is the data scientist's lab notebook — capturing all run details to enable systematic model improvement.
Why this answer
Azure ML's experiment tracking is a feature that automatically records hyperparameters, metrics, and configuration details for each training run. Data scientists use it to compare multiple runs, identify the best-performing model, and reproduce results by revisiting the exact settings and data used. This is essential for iterative experimentation and ensuring reproducibility in machine learning workflows.
Exam trap
The trap here is that candidates confuse experiment tracking (recording training run metadata) with monitoring or auditing of deployed models, leading them to choose options about deployment progress or production compliance logs.
How to eliminate wrong answers
Option A is wrong because it describes monitoring deployment progress of new features, which is a DevOps or MLOps concern, not the purpose of experiment tracking for training runs. Option C is wrong because it refers to resource usage tracking for billing allocation, which is handled by Azure Cost Management and resource tagging, not by experiment tracking. Option D is wrong because it describes a compliance audit log for model predictions in production, which is related to model monitoring and governance, not the recording of training run metadata.