Topic 1 Question 117
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?
Use a clustering algorithm to group popular items together. Give the list to the logistics team so they can increase inventory of the popular items.
Use a regression model to predict how much additional inventory should be purchased each month. Give the results to the logistics team at the beginning of the month so they can increase inventory by the amount predicted by the model.
Use a time series forecasting model to predict each item's monthly sales. Give the results to the logistics team so they can base inventory on the amount predicted by the model.
Use a classification model to classify inventory levels as UNDER_STOCKED, OVER_STOCKED, and CORRECTLY_STOCKEGive the report to the logistics team each month so they can fine-tune inventory levels.
ユーザの投票
コメント(6)
- 正解だと思う選択肢: C
This type of model is well-suited to predicting inventory levels because it can take into account trends and patterns in the data over time, such as seasonal fluctuations in demand or changes in customer behavior.
👍 7mil_spyro2022/12/13 - 正解だと思う選択肢: C
C (by experience) Use a time series forecasting model to predict each item's monthly sales. Give the results to the logistics team so they can base inventory on the amount predicted by the model.
👍 2hiromi2022/12/21 - 正解だと思う選択肢: C
Time-series forecasting model is the key expression, for me.
👍 1ares812023/01/03
シャッフルモード