I am just testing Forecasting-Sales project. I have reduced the csv file to just one product (product 11) having four years data of 2015,2016,2017,2018 ...(In the Image below data of year 2017 and 2018 is displayed )
From the data, the predicted value of units for the month 11 and 12 of 2018 would be 51 and 52 respectively.
OutPut: However the output from the Regression Model for the month 11 and 12 is 50.33 and 49.90 is somewhat acceptable but the output from the TimeSeries for the month 11 and 12 is 40.33 and 40.65 is just irritating ...
I then predicted the value of the same for the next few consecutive months (2,3,4,5 for year 2019) which came to be almost equal...Which is not right I think?
Q1: If anybody can guide what I am missing ?
Q2 If anybody can tell what is the meaning of "Updated Prediction" in the output image.
Q3 If anybody can refer to the TimeSeries prediction example of worthy output
I am just testing Forecasting-Sales project. I have reduced the csv file to just one product (product 11) having four years data of 2015,2016,2017,2018 ...(In the Image below data of year 2017 and 2018 is displayed )
From the data, the predicted value of units for the month 11 and 12 of 2018 would be 51 and 52 respectively.
OutPut: However the output from the Regression Model for the month 11 and 12 is 50.33 and 49.90 is somewhat acceptable but the output from the TimeSeries for the month 11 and 12 is 40.33 and 40.65 is just irritating ...
I then predicted the value of the same for the next few consecutive months (2,3,4,5 for year 2019) which came to be almost equal...Which is not right I think?
Q1: If anybody can guide what I am missing ? Q2 If anybody can tell what is the meaning of "Updated Prediction" in the output image. Q3 If anybody can refer to the TimeSeries prediction example of worthy output
Plz help.