DataSpoof
16.1K subscribers
239 photos
22 videos
195 files
328 links
Learn Data Science

https://dataspoof4081.graphy.com/membership

Artificial Intelligence
Machine Learning
Data Science
Deep learning
Computer vision
NLP
Big data
Download Telegram
๐—™๐—”๐—”๐—ก๐—š ๐——๐—ฎ๐˜๐—ฎ ๐—ฆ๐—ฐ๐—ถ๐—ฒ๐—ป๐—ฐ๐—ฒ ๐—œ๐—ป๐˜๐—ฒ๐—ฟ๐˜ƒ๐—ถ๐—ฒ๐˜„ ๐—ค๐˜‚๐—ฒ๐˜€๐˜๐—ถ๐—ผ๐—ป:
How does an ARIMA model work?

The most common question if you have a forecasting projects in your resume, or the role requires forecasting experience.

To explain this, let's start by breaking down ARIMA, and I mean literally -

AR - Auto-regressive component of model.
This assumes the future value depends LINEARLY on past values.

Typically, you use ACF/PACF plot to figure out how many of the past value (or 'p' value of ARIMA).

I - Integrated component of model.
It represents how to difference the values from themselves to make sure mean and variance is constant over time. Typically, you use a statistical test like ADF to figure out how much differencing you need (also called the 'd' value in ARIMA)

MA - Moving Average component of model.
This assumes future values depends LINEARLY on errors in forecasting made in prior time steps. Typically, you use ACF/PACF plot to determine past value (or 'q' values in ARIMA).

Note: You can also use packages like auto_arima in pmdarima in Python to do a grid search over a range of p,d,q parameter to fit your ARIMA model.

ARIMA essentially works by summing the differenced prior values and forecast errors. The reason why this simple formulation is ubiquitous, is because of its effectiveness and adaptability.

โœ… It's able to account for stationary and non-stationary time-series.

โœ… It can represent future values in terms of the few of the lagged previous values and forecast errors, making it interpretable and less likely to overfit.

โœ… It can accommodate seasonality with its seasonal variation SARIMA, and exogenous variable i.e. features that might help predict future values of the time series apart from historical values of the same time series.

Credit- Karun

Follow Abhishek Kumar Singh to learn Python programming, data Science and big data.

#datascience #machinelearning #ai #Python #python3 #sql #deeplearning
#computervision #computerscience #programming #bigdata #architecture #datavisualization #dataanalytics #dataanalysis #dataanalyst #machinelearningalgorithms #machinelearningengineer
Complete Exploratory data analysis in python.

Do watch it, like and subscribe to our channel

Support our content by subscribing we will upload more free content on data science

https://youtu.be/CVIBd5x_O9k?si=L6JCi_KaEn-k664c