Hi! I'm currently developing forecast model using ...
# neural-forecast
h
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