pytorch-forecasting
pytorch-forecasting copied to clipboard
Difference between "raw" and "prediction"
Hi, just a simple question, I don't know the difference between the output of different modes "raw" and "prediction", and I can't find any document explaining it, can anyone help to clear that for me? Thanks!
In the TFT tutorial you can find information that
raw predictions are a dictionary from which all kinds of information including quantiles can be extracted. Hope this helps!