This is a demand forecasting dataset.
x=dataset.drop("units_sold",axis=1) y=dataset["units_sold"] from sklearn.model_selection import tra