Closed ramdhan1989 closed 4 years ago
Check that the input_size, output_size and n_time of your series are compatible. It is likely that you have a short time series, if so try to inpute values to the short time series to make the sizes compatible. The assertion is a protection for when there are no available observations.
thanks a lot
Hi, I am trying to train my own dataset. the data is monthly basis with end of months as the timestamp (ds). the procedure also require y_hat_benchmark if I use test dataframe. below is the error :
`Infered frequency: M =============== Training ESRNN ===============
AssertionError Traceback (most recent call last)