A retailer wants to forecast next week's unit sales for each store. The target is a real-valued number and model quality will be judged by prediction error in the original units sold. Which modeling family best matches this problem?
Show answer & explanation
Correct answer: B
WHY B: Forecasting a continuous numeric target is a regression task, so a regressor is the appropriate algorithm family. WHY NOT A: Classification predicts discrete labels rather than numeric quantities. WHY NOT C: Clustering does not learn a supervised continuous target. WHY NOT D: Association rules are not regression models. WHY NOT E: Topic models are for text structure, not store-level numeric forecasting.