Hello! I was looking at the Example for N-HITS. In...
# neural-forecast
j
Hello! I was looking at the Example for N-HITS. In particular the prediction intervals: https://nixtlaverse.nixtla.io/neuralforecast/models.nhits.html#usage-example I was surprised to often see
NHITS-lo-90
>
NHITS-hi-90
. Any idea what's going on? (I literally ran the example without modifications) Or am I misinterpreting what columns
NHITS-lo-90
,
NHITS-hi-90
mean? Thanks!
m
Hi @Jorn Mossel please refer to this
j
Thanks @Mariana Menchero. The example uses very little data so that explains it. Will try out with more data.