Question 245:
You work as a machine learning specialist for a city that wants to monitor air quality to address air pollution in their environment. You and your machine learning specialist team need to forecast the city air quality in parts per million of contaminants over the next week, taking into account weather, traffic conditions, and other pollutant contributors. You are building your model using daily data from the last year as your data source. Your team has decided to use SageMaker Studio to leverage its collaborative notebooks feature. Which model and SageMaker Studio image will provide the best results for your team in the most efficient manner?
Answer options:
A.Use the SageMaker Studio Base TensorFlow [tensorflow-2.3.0] image and the k-Nearest-Neighbors algorithm on the single time series consisting of the full year of data with a predictor_type of regressor. B.Use SageMaker Studio Base R [r-4.0.3] image and the Random Cut Forest algorithm on the single time series consisting of the full year of data. C.Use the SageMaker Studio Base Python [python-3.6] image and the Linear Learner algorithm on the single time series consisting of the full year of data with a predictor_type of regressor. D.Use the SageMaker Studio Base Scala [scala-2.13.3] image and the Linear Learner algorithm on the single time series consisting of the full year of data with a predictor_type of classifier.