ARIMA modeling and forecasting | Time Series in Python Part 2

Опубликовано: 02 Ноябрь 2024
на канале: Data Science Dojo
27,265
248

In part 2 of this video series, learn how to build an ARIMA time series model using Python's statsmodels package and predict or forecast N timestamps ahead into the future. Now that we have differenced our data to make it more stationary, we need to determine the Autoregressive (AR) and Moving Average (MA) terms in our model. To determine this, we look at the Autocorrelation Function plot and Partial Autocorrelation Function plot.

0:00 – Introduction
1:12 – ACF and PACAF plots
2:50 – Building the ARIMA model
5:53 – Forecasting
8:27 – Comparison

Watch Part 1 Here:
https://tutorials.datasciencedojo.com...

Watch Part 3 Here:
https://tutorials.datasciencedojo.com...

Code, R & Python Script Repository:
https://code.datasciencedojo.com/rebe...

Packages Used:
pandas
matplotlib
StatsModels
statistics
--
Learn more about Data Science Dojo here:
https://datasciencedojo.com/data-scie...

Watch the latest video tutorials here:
https://tutorials.datasciencedojo.com/

See what our past attendees are saying here:
https://datasciencedojo.com/bootcamp/...
--
Like Us:   / datasciencedojo  
Follow Us:   / datasciencedojo  
Connect with Us:   / data-science-dojo  

Also, find us on:
Instagram:   / data_science_dojo  
Vimeo: https://vimeo.com/datasciencedojo

#arimamodeling #arimaforecasting #timeseries