https://github.com/nixtla logo
#neural-forecast
Title
# neural-forecast
h

Huijo Kim

10/02/2023, 9:35 AM
Hi! I'm currently developing forecast model using TFT. Is there a way to interpret the model in Neuralforecast? I saw it is supported by it's original paper and pytorch lightening.
Copy code
interpretation = best_tft.interpret_output(raw_predictions.output, reduction="sum")
best_tft.plot_interpretation(interpretation)
https://pytorch-forecasting.readthedocs.io/en/stable/tutorials/stallion.html