I am trying to predict sales of hospitals based on certain hospital/physician traits and historical sales. I want classify the records first based on the traits and then use time series prediction for each group. Can I use SVM of RF or similar models for classification? And how to apply TS on each group post classification?
Solved! Go to Solution.
That clarifies. Thank you.