I need some help forecasting future sales for a set of SKUs. I have three years of historical monthly data, and I would like to know which type of model you would recommend, what variables should be included for each SKU, and whether this time span is sufficient to forecast 12 months ahead.
Thank you in advance for your support.
1 Like
I think we need to know what you have already done, a bit of detail on your data' plus we need to see your code and some sample data.
1 Like
Hard to know for sure how your data looks like. A good place to start (if you haven't already) would be the fable package and start looking into temporal dynamics of the data.
1 Like
I'd also recommend plotting the data first to check for any trend, seasonality, or outliers before settling on a forecasting model. Sometimes that quick visual check makes it much easier to understand why a model is or isn't performing well. If you can share a sample of the data, people can usually give more specific suggestions.
1 Like