162 - An introduction to time series forecasting - Part 2 Exploring data using python

  Рет қаралды 18,899

DigitalSreeni

DigitalSreeni

Күн бұрын

Пікірлер: 35
@awaisahmad5908
@awaisahmad5908 Жыл бұрын
The best teacher. Everything i have learned from you. My University had never provided my any content or any help. Thank You !
@DigitalSreeni
@DigitalSreeni Жыл бұрын
Happy to hear that!
@juanpablomuniesaprados374
@juanpablomuniesaprados374 2 жыл бұрын
Congratulations on the magnificent work!! Perfect balance between depth and relevance of each topic. Proper language and impeccable timing! It was a pleasure to follow your class!!
@krishraj5014
@krishraj5014 8 ай бұрын
Thank you so much for conveying this topic in so much detail. I had been struggling with Time series forecasting for a while now. However, coming across your tutorials has been amazing and I am able to catch on very efficiently. God bless you sir
@carrocesta
@carrocesta Жыл бұрын
Sir, you are a really good teacher. I am spaniard and I really understand everything you explain in here, very rare regarding neural networks. Thanks dude.
@D.2023
@D.2023 2 жыл бұрын
I am thrown into a bachelor project about times series forecasting, and all I have is introductionary ML course, mediocre descrete math and statistsics results with 1/2 intro-kalkulus course. Time-series forcasting is a major leap from 2-layered perceptron and linear regression, and some intro classification models... This stuff looks like to be my guiding light XD I actually understand what you say, and even if the math stuff kicks in - you throw in enough keypoint refference words for me to side-google the lacking understanding from somewhere else. So thrilled to discover your chanell, Thank You!
@BharathSaiS
@BharathSaiS 2 жыл бұрын
This is the content I love to watch! Neat and crisp :)
@lomash_irl
@lomash_irl Ай бұрын
This is a wonderful lecture, I found this relevant for climate data I was afraid all the data I have was white noise but applied statsmodels and found the decomposition helpful... For all those reading this comment, please suggest books or other relevant material I can read/learn to apply time series analysis on tropical cyclones Thank you Sreeni for being a great educator for us
@aqilahrose
@aqilahrose 4 жыл бұрын
Omg, this is the great video I ever need. Would you mind if you can make it for multivariate time series forecasting using deep learning? (with lots of features or column).. look forward to this kind of topic from you!
@nightline9868
@nightline9868 Жыл бұрын
He dit exactly that
@kailashj2145
@kailashj2145 3 жыл бұрын
Great explanation sir,thankful I found this channel
@SmartPhone-tv4qi
@SmartPhone-tv4qi 3 жыл бұрын
Awesome work , explained everything in single detail ,even why to use dark background! Look forward for more videos.
@DigitalSreeni
@DigitalSreeni 3 жыл бұрын
Thanks a lot 😊
@TravelIsLove-22
@TravelIsLove-22 3 жыл бұрын
HI Sreeni, thanks a lot for the nice videos :) one question: in the step that you can the decomposed on the df, I get an error saying that I need to have a Datetime object with Frequency...it seems that I should assign frequency to df via df = df.asfreq('d'), how come that you didn't assign the frequency but the code works for you...
@tokiniainavictoriotrandria2028
@tokiniainavictoriotrandria2028 9 ай бұрын
thank you for the Video Sir, it was exactly what i needed, you're amazing
@5112vivek
@5112vivek Жыл бұрын
Thanks Sreeni, Quick question, in ADF Test instead of looking at the p-value, for rejection, do we not look at the critical values. My understanding is that the asymptotics are different here, hence the critical values are provided by the ADF test separately. Thanks
@Techog4Sale
@Techog4Sale 5 ай бұрын
i spend my 3 days on arima but unable to get the main point, finally i come here and get the all relevant info....
@SAINIVEDH
@SAINIVEDH 4 жыл бұрын
Thanks for the tutorial and How are you saying confidence intervals from the plot at 17:00 ?!!
@aminabouhali5944
@aminabouhali5944 Жыл бұрын
Finally Ican understand easily
@aparnashrivastava5837
@aparnashrivastava5837 2 жыл бұрын
Great video sir, Thank you so much
@DigitalSreeni
@DigitalSreeni 2 жыл бұрын
Glad you liked it
@ngyuentru8117
@ngyuentru8117 3 жыл бұрын
What is lag? Is it just as its name suggests or is it a key term that means something else?
@tchintchie
@tchintchie 4 жыл бұрын
great video as always. you could also very easily parse the dates when importing: pd.read_csv("/kaggle/input/air-passengers/AirPassengers.csv", parse_dates=["Month"]) if you know the date-column´s name
@DigitalSreeni
@DigitalSreeni 4 жыл бұрын
Thanks for the tip. Yes, once you feel comfortable with Pandas you can minimize the number of steps.
@aminabouhali5944
@aminabouhali5944 Жыл бұрын
Thank you so much sir
@iftikhar58
@iftikhar58 2 жыл бұрын
thank you so much brother!!!!!
@khairulfahim
@khairulfahim 2 жыл бұрын
You are just awesome
@alteshaus3149
@alteshaus3149 3 жыл бұрын
Nice video sir
@sumitmandal6676
@sumitmandal6676 3 жыл бұрын
you can use " decomposed.plot() " instead of " plt.figure(figsize=(12,8)) plt.subplot(411) plt.plot(df['Passengers'], label='Original', color='yellow') plt.legend(loc='upper left') plt.subplot(412) plt.plot(trend, label='Trend', color='yellow') plt.legend(loc='upper left') plt.subplot(413) plt.plot(seasonal, label='Seasonal', color='yellow') plt.legend(loc='upper left') plt.subplot(414) plt.plot(residual, label='Residual', color='yellow') plt.legend(loc='upper left') plt.show() ". Though the one he taught is the best.
@DigitalSreeni
@DigitalSreeni 3 жыл бұрын
Thank you very much for the suggestion.
@kotraner
@kotraner 3 жыл бұрын
have to change adf, pvalue, usedlag_, nobs_, critical_values_, icbest_ = adfuller(df['#Passengers']) to prevent from invoking error.
@МихаилСыч-л4с
@МихаилСыч-л4с 2 жыл бұрын
Лучший
@alamintalukder9950
@alamintalukder9950 Жыл бұрын
thanks a lot ❤
@u.fashion
@u.fashion 2 жыл бұрын
15:14
161 - An introduction to time series forecasting - Part 1
12:58
DigitalSreeni
Рет қаралды 34 М.
SISTER EXPOSED MY MAGIC @Whoispelagheya
00:45
MasomkaMagic
Рет қаралды 13 МЛН
Synyptas 4 | Арамызда бір сатқын бар ! | 4 Bolim
17:24
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18
How to whistle ?? 😱😱
00:31
Tibo InShape
Рет қаралды 16 МЛН
180 - LSTM Autoencoder for anomaly detection
26:53
DigitalSreeni
Рет қаралды 91 М.
141 - Regression using Neural Networks and comparison to other models
21:47
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 205 М.
166 - An introduction to time series forecasting - Part 5 Using LSTM
23:42
136 understanding deep learning parameters batch size
11:38
DigitalSreeni
Рет қаралды 31 М.
How to build ARIMA models in Python for time series forecasting
20:38
Lianne and Justin
Рет қаралды 82 М.
Nixtla: Deep Learning for Time Series Forecasting
35:12
Databricks
Рет қаралды 23 М.
165 - An introduction to RNN and LSTM
19:32
DigitalSreeni
Рет қаралды 77 М.
Новый MacBook Air M2 разрядился в коробке!
1:00
🤔Где сапфировое стекло в смартфоне? 📱
0:52
Get your battery storage box
0:14
Nikola Toy
Рет қаралды 10 МЛН
Секретные процессоры!
0:27
CONSTRUCT PC
Рет қаралды 1 МЛН