Please find the sample dataset attached.
Here, as we can observe there is a forecast and actual data. However, we have only for about 8 years (2000- 2008) of data.
Trying: XGBoost, ARIMA
Challenges facing:
XGBoost (**Can this be used for time series analysis**? because it considers all parameters as it is not even time)
ARIMA (Not sure how to choose p,q,d for this particular dataset)
Flexible with both R/Python
Could you please suggest us which algorithm would forecast the next 8 months with considerable accuracy ?
Am not sure if XGBoost can be even applied for time series, please share link if this is practical
Also, since we have about 8 years of data on monthly level, Neural network such as RNN/LSTM might even work ?