Forum Discussion
Forecast with TBATS
I'm trying to use a forecast for sales, and the model that is most assimilated is TBATS. Since the plugin allows exporting data to excel in csv format, it has been revised and according to MAD, MAPE if it works better than ARIMA or other models. How can I replicate the forecast but in the same way as a measure? The idea is to use the forecast at the end of the month in labels or graphics.
Seasonality of months and weeks must be replicable
3 Replies
- v-gizhi-msftCommunity Support
Hi,
I am confused about your requirement, but hope this helps:
https://pkg.robjhyndman.com/forecast/reference/tbats.html
Best Regards,
Giotto
- carlosramirezrFrequent Visitor
the idea was to replicate the forecast data in measure or function format. Thanks for the reference, I will try using scripts in python (https://github.com/intive-DataScience/tbats/blob/master/README.md)
- v-gizhi-msftCommunity Support