A developer has hourly historical demand data in Amazon S3, but some hours are missing. The developer wants to check if an ARIMA model is suitable. What is the best way to verify ARIMA suitability?
Choose an answer
Tap an option to check your answer.
Correct answer: Use Amazon SageMaker Data Wrangler to load data from S3, resample the data by computing daily aggregate totals, and perform a seasonal-trend decomposition..
Why this is the answer
The correct approach is to resample the data to a daily aggregate and then perform a seasonal-trend decomposition. ARIMA models are sensitive to missing values and often perform better on regularly spaced, aggregated data. Resampling to daily totals effectively handles the missing hourly data by aggregating available information and creating a consistent time series. Seasonal-trend decomposition then helps identify seasonality, trend, and residuals, which are crucial for determining if an ARIMA model (which models these components) is appropriate. Using Data Wrangler to impute missing hourly values might introduce bias if the imputation method isn't robust, and it doesn't address potential issues with high-frequency data for ARIMA. SageMaker Autopilot is for automated model training, not for initial suitability assessment of a specific model type like ARIMA, nor does it directly perform seasonal-trend decomposition for this purpose.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed