In this article, we will see how time series forecasting is done using Python. We have forecasted / predicted the stock market trends of HDFC using NIFTY50 stock market data.
Table of contentsExploring the datasetChecking for stationarityMaking the time series stationaryDeciding our ARIMA modelCreating the ARIMA model
Exploring the dataset
In this tutorial, we will be forecasting the stock market trends of HDFC with the help of an ARIMA model. The dataset used can be found here: NIFTY50 ...
Published on May 07, 2022 06:39