Question 148:
You are a machine learning specialist working for a state government water safety department. The state needs to monitor water quality across all of its counties to ensure water contamination levels remain within acceptable thresholds. Your machine learning team is responsible for producing a forecasting report of water contaminants in parts per million for the next month, every month, across the state. Your team has daily data from the last year available as a starting point for your model. Which SageMaker model will give you the best results for your monthly forecasting report?
Answer options:
A.Use multiple time series of the full previous year of data as your input to a SageMaker Linear Learner built-in algorithm with a predictor_type of the classifier. B.Use a single time series of the full previous year of data as your input to a SageMaker Linear Learner built-in algorithm with a predictor_type of the regressor. C.Use a single time series of the full previous year of data as your input to a SageMaker Random Cut Forest (RCF) built-in algorithm. D.Use multiple time series of the full previous year of data as your input to a SageMaker k-Nearest-Neighbors (kNN) built-in algorithm with a predictor_type of the classifier.