Arvid Kingl: Temporal Fusion Transformers for Interpretable Multi-horizon Time Series Forecasting

Поділитися
Вставка
  • Опубліковано 21 жов 2024

КОМЕНТАРІ • 14

  • @axe863
    @axe863 10 місяців тому

    Is the Variable Selection technique is robust to high concurvity; non-cointegrating relationships; varying degrees of persistence amongst predictors ; pattern destroying non-stationarity (EMH) etc etc

    • @AK-wn1rm
      @AK-wn1rm 10 місяців тому +1

      I would think generally not. I mean that is your most general data science problem, how do you predict stuff that is wildly different from the past data that you have seen. Now, that doesn't mean that it isn't somewhat tracking, since the latest data does go in and most forecasts will be somewhat guided by the latest "is" state. The fact that you typically predict over many entities, you would also hope that some generalisation would naturally occur as some similarities have been already observed in other entities.
      Now these models are not truly causal, at least not out of the box. And they can't, because causality cannot be inferred from data (caveats caveats caveats). So it does fall back to the modeller to provide sensible covariates. As long as causal pathways don't break down (and sometimes that can happen, at least temporarily) the model generalises. If one only throws features at the model and hopes it finds all it needs by itself, one might be in for a bad surprise.

  • @mateuszsmendowski2677
    @mateuszsmendowski2677 Рік тому

    That explanation is quite useful after having some basic understanding of TFT architecture. So reading the original manuscript beforehand is somehow recommended to get the essence from this video.

  • @JoeMcDonald-x8c
    @JoeMcDonald-x8c Рік тому

    This was very helpful after reading the paper! Is there any chance that the slides used in this video are available somewhere?

    • @divugoel
      @divugoel Рік тому

      Hello, Were you able to find the slides from this video?

    • @JoeMcDonald-x8c
      @JoeMcDonald-x8c Рік тому

      @@divugoel no I haven't. Still hoping someone with them will see this.

  • @damianwysokinski3285
    @damianwysokinski3285 3 роки тому +2

    As Arvid showed us, TFT can be applied to forecasting tasks i.e. forecasting 30days in the future when we have 90days of past data.
    Can TFT be used to forecast 90days in the future when we have only 30 days past data?
    Looks like it’s impossible because of TFT architeture, but I’d really like to know your answer to that question.

    • @CalogeroZarbo
      @CalogeroZarbo 2 роки тому +3

      I'm using it to forcast 4 quarters ahead, having the present data only. It's working pretty well, I'm building my startup around this.

    • @damianwysokinski3285
      @damianwysokinski3285 2 роки тому +2

      @@CalogeroZarbo how do you deal with data processing? Is it possible for you to share example code?

    • @carlosbahia5895
      @carlosbahia5895 2 роки тому

      @@CalogeroZarbo hi, can you share some code (Python) ?
      Where is your startup web site?
      Thank you

    • @G.94
      @G.94 2 роки тому +4

      @@carlosbahia5895 I think he is joking around

    • @anonymoustechnopath1138
      @anonymoustechnopath1138 3 місяці тому

      hey can you please share code related to tft

  • @nPlan
    @nPlan  Рік тому

    Arvid was kind enough to share his slides with us. Here is a link to the slides storage.googleapis.com/dockertest-191011/jc_temporal_fusion.html#1

  • @SuperHddf
    @SuperHddf 2 роки тому

    Thank you! 😄