Please keep it coming, ( power bi , python , chart , dashboard, tableau, anything that could help us be more confident and comfortable with data) I really want to learn everything about data analyst.
Man seriously, how are you millionaire with all that knowledge? God bless you for teach us all this for free. Please make a full organized data science course with real life data covering all aspect of data science and I'll purchase, I don't care if it is $1000
You did a lot of work. I mean there are a lot of cooments and explanations. It's useful for junior analysts. Keep going. Looking forward to your further tutorials.
Great video!!! My plot shows the full dates on the x axis (2021-01-01…) So I think this is causing the valid and forecast lines to be on the left of the line. What to do? Thanks
Hey there! Amazing video. Just what I was looking for. But I am not able to install fborobhet package ( although rest of them were installed easily). Any tips on what could I do? The error says couldnot find a version that satisfies the requirement.
Hello, I was testing the code and I have noticed that it is outdated, I had problems installing the correct current versions and with it there are changes like: model_arima.fit(disp=-1) no longer works. Another point is that when executing the code to find the best value of "ARIMA", values of AIC = 10 appear, compared to all the others it is smaller, but when testing the corresponding parameters p,d,q , the MSE is much greater and the graph shows that they are bad values. What is this about?
Back to Python for the next few videos! Let me know what you think about this video! Thanks!
We are with you , anything that you see will benefit us as a data analyst. Thank you again
Hi Yiannis, what about using multiple predictors and ensembling these models to see if accuracy and precision increase?
Sir, do you offer any certified course? your videos are extremely helpful
Thank You !
Please keep it coming, ( power bi , python , chart , dashboard, tableau, anything that could help us be more confident and comfortable with data)
I really want to learn everything about data analyst.
That's the plan!
This is a great example for anyone looking to pick up time series modeling in practice! thanks so much for it
You make excellent tutorials, good to see your channel growing. Keep going !
Man seriously, how are you millionaire with all that knowledge? God bless you for teach us all this for free. Please make a full organized data science course with real life data covering all aspect of data science and I'll purchase, I don't care if it is $1000
Thanks for your good words!!
You did a lot of work. I mean there are a lot of cooments and explanations. It's useful for junior analysts. Keep going. Looking forward to your further tutorials.
Glad it was helpful!
unbelievably great - wish I worked with more people like you
Man man , you gonna make me cry lol, am so excited, thank you Yiannis🙏, appreciate you so much bro .
My pleasure! Tarig!
Yayy you are back! Just in time for a time series project I'm starting in Python! Keep up the good work :)
Hope you enjoy it!
Thanks, very clear. Loved the little theory at the beginning.
I really like how well you explain your process. Do you have videos about the RMSE and other stats concepts?
Awesome project i ever seen 👍👌👌👌👌👌
Many thanks bro, god bless you
Did you check for data stationarity? Is it necessary to use ARIMA?
Great video!!! My plot shows the full dates on the x axis (2021-01-01…)
So I think this is causing the valid and forecast lines to be on the left of the line. What to do?
Thanks
Boss you are the best teacher ❤️
Thanks! Glad you enjoy my videos!
You are an Amazing person
I've been waiting for a tutorial on Time Series! Thanks!!!
More to come!
You made a very helpful video. Thanks boss!
Amazing clarity!! Thank you very much.
wow, this is amazing, well explained, thanks a lot!!
Thank you for your handy video. Waiting for another videos on satellite image classification. Can you make video 😀😀?
How can we expand the iterative model in SARIMA models
Hey there! Amazing video. Just what I was looking for.
But I am not able to install fborobhet package ( although rest of them were installed easily). Any tips on what could I do? The error says couldnot find a version that satisfies the requirement.
Execellent. Thanks
Glad you liked it!
Thanks for this
Hi could you please share your excel where you explain all the different ML techniques in the start of the video ?
I'm curious as to why didn't you have to ensure that the data was stationary?
Could you please guide what should be the approach when we have multiple variables?
Hi! My prophet doesn't work well. I dont know what to do. I tried to remove timezone from ds, but it doesnt work. Could you help me?
can you share the jupyter notebook?
Hello, I was testing the code and I have noticed that it is outdated, I had problems installing the correct current versions and with it there are changes like:
model_arima.fit(disp=-1) no longer works.
Another point is that when executing the code to find the best value of "ARIMA", values of AIC = 10 appear, compared to all the others it is smaller, but when testing the corresponding parameters p,d,q , the MSE is much greater and the graph shows that they are bad values. What is this about?
i also get this error ..dont knw what to do .
Hi, thanks for Time series, when should expect continuation eagerly waiting...
Hey Bala, will be sharing it this coming Monday!
Thank you
May i know how to download the raw data?
How to deploy time series model ?? That will be very helpful
model_arima.fit(disp=-1) is type error
I think you can just do model.fit()
I believe (disp=-1) is for an older version
@@HealthyFoodBae_ I am currently having a problem because of the previous value in date_range
@@HealthyFoodBae_ Because when I use date_range function it will include the previous date