Forecasting Economic Time Series in Python using SARIMAX

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2024

ความคิดเห็น • 13

  • @GraceHencey
    @GraceHencey ปีที่แล้ว +1

    This is genius. Thank you so much. Most helpful thing I've found on the internet, as it pertains to Sarimax.

    • @mgcortes31
      @mgcortes31  ปีที่แล้ว

      I worked a lot to come up with that method, so I'm glad it helps!

  • @John-xi2im
    @John-xi2im 7 หลายเดือนก่อน

    excellent tutorial, very informative and lots of advanced concepts implemented for solving various small issues (like calculating growth rate for filling up the last 4 values of GDP column, after interpolation).

  • @mateusacorrea
    @mateusacorrea 10 หลายเดือนก่อน

    Very cool explanation, dude! Thank you

    • @mgcortes31
      @mgcortes31  10 หลายเดือนก่อน

      Glad it was helpful!

  • @eervin123
    @eervin123 ปีที่แล้ว

    Great stuff. Very clean teaching style.

  • @adrianfischbach9496
    @adrianfischbach9496 3 หลายเดือนก่อน

    Wonderful tutorial, thank you so much! Just one question: To make the code more succinct, at 31:45 where you link the model to the score function and define the order, trend, and seasonal variable and index the hyperparameters, couldn't you index the hyperparameters once in a list instead, i.e., params[,,] instead of params [] 3x?

    • @mgcortes31
      @mgcortes31  3 หลายเดือนก่อน +1

      Hi Adrian! I don’t think so because the params is a dictionary (mapping keys to values) so I think it only accepts one key at a time. But can probably write this many different ways, there is likely a way to do it like you are saying

  • @AbdallahIDRISSE
    @AbdallahIDRISSE ปีที่แล้ว

    Very well done. Thank you very much @datamodelingxp, Michael. Have compared your method to auto_arima model?

    • @mgcortes31
      @mgcortes31  ปีที่แล้ว +1

      No I haven’t, but would be very interesting to experiment with that. I’m sure there are cases where one may perform better than the other.

    • @AbdallahIDRISSE
      @AbdallahIDRISSE ปีที่แล้ว

      @@mgcortes31 , thank you for your reply. Your video was very useful and instructive.

  • @user-jn7ic7un1e
    @user-jn7ic7un1e 10 หลายเดือนก่อน

    Great tutorial. Any books you recommend?

  • @FRANKWHITE1996
    @FRANKWHITE1996 ปีที่แล้ว

    thanks for sharing