This message was deleted.
# neural-forecast
s
This message was deleted.
a
I think it's because the train dataframe has no 'ds' column, that should be the date column
d
I have the ds column.. but the dayatype is int..do that mean I have to convert it in date type... Now I tried to convert it into date object and ran again same error..
c
Hi @Doyel De Sarkar! There might be an issue with your input data. Do you have the unique_id, ds and y columns?
Can you try your data on the normal LSTM as well?
d
Hey Cristian...thanks for replying...normal LSTM is running fine.. previously I was trying to fit the AutoLSTM directly.. but later I tried to use neuralforecast class to train the auto model as mentioned in the example of Auto NHITS...then it ran fine.. please let me know if I am doing wrong..
b
Hey @Doyel De Sarkar did you manage to get this resolved at all? I'm running into a similar issue, my dataframe has the 'ds' column, trying to do model.fit for AutoNHITS