Dataset I’m working over]1I want to do fashion forecasting Over this data and I want to forecast the product_name over time, I was thinking to use prophet library but it can only handle univariate numerical data, how should I forecast a categorical data ?
Can I use xgboost or some other algorithm to forecast the product name , please help me