Тёмный

Data Science - Part X - Time Series Forecasting 

Derek Kane
Подписаться 20 тыс.
Просмотров 75 тыс.
50% 1

Опубликовано:

 

24 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 49   
@myvivekkumar
@myvivekkumar 8 лет назад
Awasome video... One stop for complete topic with great explanation. Thanks!
@k.alipardhan6957
@k.alipardhan6957 5 лет назад
thank you for these videos. I learned more from you than my university classes
@Arslanqadri
@Arslanqadri 8 лет назад
It would have been great if you could have used an external microphone rather than the internal laptop microphone. As your PC is getting heated, the noise of its fans is acting as a major 'irregular factor', and disrupting the voice.
@DerekKaneDataScience
@DerekKaneDataScience 8 лет назад
+orslo Thanks for that key insight!!! I will definitely put this into play and appreciate your comment very much. Thank you. I just bought an external microphone and am going to try and fix the audio issues.
@dodg3r123
@dodg3r123 4 года назад
Thanks for the number of examples you explain! Ive got two questions: At 1:09:00 you choose arima over holtwinters because de irreguler component had values of 3500 and 4500. Why? And when you use this arima to forecast the next few time steps, it predicts the seasonality nicely. How did the arima model find the seasonality?
@sumankundu762
@sumankundu762 9 лет назад
Great presentation. Thanks for explaining the important topics.
@karthick2254
@karthick2254 4 года назад
Nice session! Thanks Derek, could have been even great if included R programming codes practice as well simultaneously
@jnscollier
@jnscollier 9 лет назад
Sorry for asking multiple questions but you mentioned something I thought was very powerful which was to subtract the seasonal component from the original time series so you're left with just Trend + Random. I strongly want to know the "how" in how you plotted the Seasonal plot and how I can do the same. One approach I've taken in the past is to take the mean of say 12 months and subtract the average of each month from the mean to get an idea of percentage each month is either above or below the mean. Any tips? My language of choice is Python but any input you could suggest would be very helpful and carry much more weight than the questions I read on blogs or stackoverflow.
@DerekKaneDataScience
@DerekKaneDataScience 9 лет назад
+jnscollier I am pretty sure that we can use the Rpy2 library to invoke R within Python. This might be helpful because then you can draw from pandas, numpy, scipy, and also tap into R within the same framework. As to your question, in R there is a package called "forecast" which was developed by a pioneer in the time series space, Professor Rob Hyndman. What I will typically do here with his package is take the dataframe, convert it into a ts object, decompose the components, and then strip out just the seasonally adjusted portion. Here some sample R code for for monthly data starting in 1-2010: 1. libarary("forecast") 2. mydata
@negorstaff8954
@negorstaff8954 7 лет назад
jnscollier
@valkyriescope
@valkyriescope 4 года назад
Hi there, Great video! I was wondering however if the last modeling procedure (GLM) requires differencing strongly trended time series?
@mirzarahim
@mirzarahim 8 лет назад
I'm very confused here: While explaining Holt's Exponential smoothing around 37 minutes in the video, you keep on doing statistical tests for 'Simple Exponential smoothing'. And later at 38:33 you conclude that from the results of the statistical tests, you we can conclude that the 'Holt's exponential' smoothing provides adequate model that can't be improved upon. Please clarify!
@santhoshn24mech
@santhoshn24mech 7 лет назад
Thanks for the wonderful explanation. I'm not able to download the lectures from slideshare.
@davidshi2060
@davidshi2060 8 лет назад
Great video. Very educational and helpful!! Thanks!
@DerekKaneDataScience
@DerekKaneDataScience 8 лет назад
+David Shi I appreciate the kind words and I am glad that you are finding some value here. Keep on pressing forward and good luck.
@mmel420
@mmel420 2 года назад
12:38 is the correlations referring to the irregular/noise component?
@yanxu4968
@yanxu4968 7 лет назад
The video is great. One quick question, how do you mode the seasonal component directly? Is there a library to do it in Python?
@laxmankumar-py4bs
@laxmankumar-py4bs 7 лет назад
When we use decompose, it is giving constant values for all Jan months - Seasonality, may i know please why is it?
@cattyunnyangie
@cattyunnyangie 8 лет назад
Hi! Can you recommend any other sources about 13:20? Where you just choose an appropriate algorithm based on trend, seasonality, and correlation.. I found many sources telling me how to do these methods, but I found non that would tell me which one should I use given a particular data. Please reply asap. I really need you help. Thank you. :)
@Mary298
@Mary298 7 лет назад
Thanks for your help, It's a really good tool for my final project. I think that the explication is very clear.
@utkarshasthana3853
@utkarshasthana3853 7 лет назад
Its tough to differentiate between seasonality and irregular component looking at the chart is their a better way to do it or is it just intuitive?
@mohammedshabeeb4046
@mohammedshabeeb4046 8 лет назад
Great video and explanation! Thanks a lot! It'd be awesome if you worked on the audio, lots of background noise.
@DerekKaneDataScience
@DerekKaneDataScience 8 лет назад
+Mohammed Shabeeb Thanks for the kind words. I am definitely thinking about going back and cleaning up the audio content. I originally recorded this directly through ppt and a microphone on my surface. Hopefully there is an easy way to get this clean and crisp that wont involve me having to re-record everything. In the meantime, I hope that it is not a deal breaker for you. Good luck and thanks for watching.
@shanky1897
@shanky1897 8 лет назад
The video gives useful info on how order quantity can be predicted for periodic products. Can you please share the R code for the same.
@emanmohammed3637
@emanmohammed3637 7 лет назад
i have research about analysis time series to eye movement i extraction feature speed eye,velocity,dirction (tan),and acceleration ,i have dirction (tan) and time can i use holts exponential smoothing to make forecasts? can you give me another choices about that thank u
@Rohit-oz1or
@Rohit-oz1or 6 лет назад
Thanks for the informative and nicely narrated video
@sukd2669
@sukd2669 Год назад
great presentation. But it does sound like there's a refuelling fighter jet in the background.
@hypnoz123
@hypnoz123 8 лет назад
Awesome video! Can you do more on time series forecasting please?! :)
@jnscollier
@jnscollier 9 лет назад
If ACF and PACF tail off at lag 10 in a lag=40 plot but has a few lag points that also breach the shaded region in the correlograms later on, does this mean ARIMA might not be a good model? www.dropbox.com/s/nirz3nh9ydiahkr/correlogram.png?dl=0
@DerekKaneDataScience
@DerekKaneDataScience 9 лет назад
+jnscollier Not necessarily, but probably... :0) There will probably be candidate ARMA models with with (p,q) of (2,0) based on the ACF, and (10,0) based upon the PACF. The principle of parsimony would state that the ARMA(2,0) would be preferred because it is simplier. However, I wonder how effective the model will be with the such high # of lags.
@cdclaxton
@cdclaxton 6 лет назад
This is really good and clear. Thank you!
@nithin.u.l7190
@nithin.u.l7190 6 лет назад
hello sir can you help me in my degree project i am not able to identify the time series model
@boomshakalaka9238
@boomshakalaka9238 8 лет назад
Impressive presentation, but the background noise hurts and gives a headache. Regardless, everyone interested in the topic needs to watch it! Thanks
@leejacquie3737
@leejacquie3737 8 лет назад
Can you provide us the R code? Great presentation btw!
@DerekKaneDataScience
@DerekKaneDataScience 8 лет назад
+Lee jacquie Thanks. Please pm me and I will get you access to the dropbox with the code. I will eventually set up a github account but hopefully this will work in the meantime. Thanks for watching and good luck.
@lilunchengsmiles
@lilunchengsmiles 7 лет назад
Have to say, awesome!! Thumbs up!
@jaspreetsinghpahwa8465
@jaspreetsinghpahwa8465 8 лет назад
Very nice videos and efforts Derek. A small request if the voice quality could be improved. And thanks a lot for your efforts!
@scadatan7574
@scadatan7574 9 лет назад
many thanks for sharing.
@DerekKaneDataScience
@DerekKaneDataScience 8 лет назад
+Scada Tan I appreciate you taking the time to watch and send a quick comment. Thank you.
@sofluzik
@sofluzik 4 года назад
There is so much background noise sir
@mohammedaasri2774
@mohammedaasri2774 4 года назад
Thanks
@JaiSreeRam466
@JaiSreeRam466 5 лет назад
Its not quite audible
@amyyu1166
@amyyu1166 8 лет назад
thanks so much
@DerekKaneDataScience
@DerekKaneDataScience 8 лет назад
+amy yu Thanks for the kind words and Carpe Diem!!!
@ajkelly451
@ajkelly451 7 лет назад
Watch @ 1.5X speed.
@roziqhadyan3325
@roziqhadyan3325 9 лет назад
helpfull
@DerekKaneDataScience
@DerekKaneDataScience 8 лет назад
+Roziq Hadyan Thank you.
@BM-uf4pp
@BM-uf4pp 6 лет назад
Good content, need better mic and be more lively. Reading line by line gets boring. Content is stellar however.
Далее
Data Science - Part XI - Text Analytics
1:57:28
Просмотров 21 тыс.
HERE WE GOOOOOO! 🔥 #ufc308
00:14
Просмотров 509 тыс.
СДЕЛАЛИ СОБСТВЕННЫЙ МУЛЬТИК
25:15
Lecture 13   Time Series Analysis
42:54
Просмотров 317 тыс.
8. Time Series Analysis I
1:16:19
Просмотров 400 тыс.
Two Effective Algorithms for Time Series Forecasting
14:20
HERE WE GOOOOOO! 🔥 #ufc308
00:14
Просмотров 509 тыс.