I have to predict the gross sales for the next week using the previous sales data. This is the dataset. I am supposed to predict the gross amount of each product using the current weeks sale i.e., the invoice amount. I was asked to use Keras model as well as Timeforecasting model to predict this. How do I do this?