AIF-C01 Fundamentals of AI and ML HARD
PRODUCTION SCENARIO
A retailer trained a churn model on a days-since-last-purchase feature that a nightly Apache Spark job computes. The web team reimplemented the same feature in application code for inference. Production predictions now differ from the offline results.

Which solution will address the root cause of this difference?

Answering here is anonymous. Nothing is saved unless you sign in.

Show answer and explanation

Answer: Compute the feature once and serve it from Amazon SageMaker Feature Store.

Two separate implementations of the same feature produce training-serving skew. Feature Store lets one feature processor ingest values that are read from the offline store for training and from the online store for low-latency inference, so both paths see identical features. Retraining, a larger model, and drift alerts leave the second implementation in place.
Free

Keep practicing AIF-C01

undefined original AIF-C01 practice questions, each with an explanation and a source link. No account needed.

Start free practice set → Timed, explained, free