Building an ARIMA Model to Predict Future Sales Using Python
In this study, we will create an ARIMA model to predict the future sales values of a market using python. Required libraries; At this stage, we have loaded the data. When we take a look at the df, we will see that the date data in the “Month” column is not very regular. We need…