Google Cloud Professional Machine Learning Engineer — Question 86

You are an ML engineer at an ecommerce company and have been tasked with building a model that predicts how much inventory the logistics team should order each month. Which approach should you take?

Answer options

Correct answer: C

Explanation

The correct approach is to use a time series forecasting model to predict each item's monthly sales, as it takes into account historical sales data and trends. This method allows the logistics team to make informed inventory decisions based on accurate sales predictions. Clustering and classification models do not directly predict quantities needed, while regression models may not effectively capture the seasonal and temporal nature of sales data.