I'm trying to forecast a univariate time series and when I'm using the get_forecast or forecast function for SARIMAX from statsmodels, the outputted index is a RangeIndex instead of a DateTimeIndex like my inputs' indexes are
It works fine, however, when I use the get_prediction function to see the validity of my model
See picture:
Any help is much appreciated.