In a SAS Viya environment, a data scientist wants to automate monthly model retraining when data drift is detected. Which SAS component is most appropriate for orchestrating this automated workflow?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — b is correct because SAS Model Manager integrates with SAS Job Execution Service to automate scoring, performance monitoring, and champion/challenger comparison. Workflow automation rules can trigger retraining pipelines when monitored metrics cross thresholds.
Full explanation below image
Full Explanation
B is correct because SAS Model Manager integrates with SAS Job Execution Service to automate scoring, performance monitoring, and champion/challenger comparison. Workflow automation rules can trigger retraining pipelines when monitored metrics cross thresholds. A (SAS Studio schedule task) can schedule individual jobs but lacks the integrated drift-trigger and model lifecycle management. C is wrong because PROC HPFOREST has no RETRAIN=YES option. D (Enterprise Guide scheduled flow) is a legacy SAS 9 approach that lacks Viya's native model management integration.