'Pytorch forecasting Interpretation

Does anyone know how to obtain the numeric values of Pytorch Forecasting numeric values interpretation? With this code we are able to obtain the plots, but I would like to obtain an array with the values that are plotted

interpretation = best_tft.interpret_output(raw_predictions, reduction="sum")
best_tft.plot_interpretation(interpretation)

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source