Hi All, I recently came across neuralforecast and ...
# general
y
Hi All, I recently came across neuralforecast and would like to implement it in my usecase, where I have to predict next basket size of a customer, so I have prepared the dataset at batch level for each customer. And, each batch is having day wise purchases of a customer, recency, interval, frequency, avgsize of his basket, etc. for 5 days window and based on this sequential purchases, I need to predict his next purchase which is my y_batch..Can anyone please help me how can I use neuralforecast as I have multiple features i.e. 13 features in my batch. Please let me know in case of any questions. Thanks in advance!