Thursday, November 21, 2019

Previous Work 1: Arima Model

ARIMA, short for ‘AutoRegressive Integrated Moving Average’, is a forecasting algorithm based on the idea that the information in the past values of the time series can alone be used to predict future values. ARIMA models are used because they can reduce a non-stationary series to a stationary series using a sequence of differencing steps. 

No comments:

Post a Comment

Working Progress 8: Random Forest

Random Forest: It technically is an ensemble method (based on the divide-and-conquer approach) of decision trees generated on a randomly ...