0

I have a dataset of 45k datapoints. The dependent variable is Continuous (Time to resolve certain ticket) and most of the independent variables are categorical in nature. I tried to apply multiple linear regression and Random forest. The accuracy with both the models seems to be pretty bad (around 6%).

Can I get help from this forum how to approach to this kind of problems to get a better performing model?

1 Answers1

0

Can you transform the regressors in dummies variables through the dummies package (attention for the increase of amount of memory that new model ask)