Hi
I’d like to predict n variables, indexed on date, instead of one.
So, I have daily sales volume of n products, and multiple categorical and continuous variables, created from date, like day of week etc., values taken from Google trends, weather, etc.
I’d like to build a model to predict all sales volumes in one go.
How to do it using fastai tabular?