Evaluating Time Series Models : Time Series Talk

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

Комментарии • 33

  • @rajbhowmick8575
    @rajbhowmick8575 Год назад +12

    The series came 3 years ago, still the best playlist for TS.

  • @siamakfarjami2116
    @siamakfarjami2116 3 года назад

    I don't see the code in your Github, could you please add the code? Thank you

  • @juanjuan5314
    @juanjuan5314 3 года назад +23

    In order to use a AR model, shouldn’t you maybe get rid of the seasonality in the data first?

  • @kevindave277
    @kevindave277 6 месяцев назад +2

    One of the best playlists to learn High level TS concepts along with code. Great job, Ritvik.

    • @ritvikmath
      @ritvikmath  6 месяцев назад +2

      Glad you think so!

  • @fiskloverx
    @fiskloverx 4 года назад +5

    Could the python code be uploaded in the Github repo? Thank you for the explanation

  • @andreas864
    @andreas864 Год назад +2

    I think I am not getting it when you do the rolling forecast origin: So you loop over your test_data index, and every time you do that you SHORTEN your training array (at least that is what I think the minus is doing there). Wouldn't it make more sense to extend your training array? At least that's what I thought you tried to elaborate before that part. Sorry for being late, but maybe somebody could clarify. :)

    • @Raaj_ML
      @Raaj_ML Год назад

      He is extending the train data in each loop. That minus is for excluding the last date for which we need to predict. But if we keep on adding next day data, won't the training data grow for ever ?

  • @MyMy-tv7fd
    @MyMy-tv7fd 2 года назад +1

    rather helpful, in forex (foreign exchange currency markets) it is handy to be able to predict one ATR (average true range) movement up or down - to guarantee a minimum reward to risk (where the risk is the max loss we are willing to take) - so if we could identify trends where the one ATR move is about 80+% in our favour then just that trend indicator would make us a mint...

  • @wanjadouglas3058
    @wanjadouglas3058 4 года назад +2

    Very educative and informational.

  • @gracefasine9906
    @gracefasine9906 Год назад +1

    Can rolling forecast origin be used for predicting New values out of dataset ?

  • @Raaj_ML
    @Raaj_ML Год назад

    Good videos...but the concern is the author does not seem to have enough time to answer questions here? Also the gaps like - why seasonality is not removed ( for stationarity ) before deciding to apply AR?

  • @michaelmoore7568
    @michaelmoore7568 10 месяцев назад

    This might be a silly question: He tries to predict from three cycles, is that the same thing as predicting from three lags?

  • @_isDev
    @_isDev Год назад

    i don't get it all yet! i mean: what are proofs we need to say a model fits well? i have read that we must plot the acf for the residuals to realize if a model is going to work well for our data but i dont see in your videos those plots in theses examples! i knwo you talked about acf and pacf in other videos but you said nothig of using this plots to proof our model!

  • @yalili1600
    @yalili1600 3 года назад +1

    For rolling forecast origin, could I know if I need to use the predicted value for last month, or the actual value for the last month? Also, still, confused about what "averaging all the predictions" means?

    • @ritvikmath
      @ritvikmath  3 года назад +4

      for rolling forecast origin you use the real value from last month. but, it would also be interesting to look at the predicted value from last month when making this month's prediction because that would show you how the prediction uncertainty grows through time

    • @yalili1600
      @yalili1600 3 года назад

      @@ritvikmath thanks!!! Could I know the meaning of "averaging all the predictions"? I really appreciate your help.

    • @shashanksundi5669
      @shashanksundi5669 3 года назад +1

      @@yalili1600 I guess that means averaging the evaluation metrics (say accuracy ) , for all folds of the time series model.

  • @madhusiddharth.s212
    @madhusiddharth.s212 Год назад

    Wonderful video sir!! Could you please share this notebook.

  • @findingx152
    @findingx152 Год назад

    But for this case won't the last iteration have more data and then always have good results

  • @kaustubhsrivastava5037
    @kaustubhsrivastava5037 4 года назад

    Where can i find the code to this particular video ??? I don't see the code in your Github repository ??

  • @zigmontmackonis6548
    @zigmontmackonis6548 4 года назад +1

    Cool

  • @amitgupta4759
    @amitgupta4759 7 месяцев назад

    I liked the simplified explaniation in each video

  • @crassinger
    @crassinger Год назад

    can you please provide the code for this lecture?

  • @k_anu7
    @k_anu7 4 года назад

    Hello there, please upload all the contents of time series analysis. Would be a big favour for us, as there is no other youtube channel which focuses on this sectiion.

  • @trikortreat123
    @trikortreat123 4 года назад +1

    Awesome video, helped me get the concept easily!

  • @phillipgallas
    @phillipgallas 3 года назад

    No need to normalize the data before training?

  • @alteshaus3149
    @alteshaus3149 3 года назад

    Great video!!!

  • @이정훈-j5t7n
    @이정훈-j5t7n 4 года назад +1

    Thanks for the lectures on RUclips. However there are some explanation does not have caption like this "Evaluating Time Series Models : Time Series Talk" . would you make those to have caption on it?