Question 220:
You are a machine learning specialist working for a retail clothing conglomerate. Your company sells many lines of clothing, such as budget casual wear, office casual wear, office formal wear, etc. For each of these existing products in these categories, you have been using autoregressive integrated moving average (ARIMA) models to forecast demand. You now wish to forecast demand for a new product based on the collective historical time series data from your existing products. Which approach should you take to forecast demand for your new product?
Answer options:
A.Forecast demand for your new product using the XGBoost algorithm. B.Forecast demand for your new product using the DeepAR algorithm. C.Forecast demand for your new product using an ARIMA model. D.Forecast demand for your new product using k-means clustering.