I have three type of dummy variables (hours, weekdays, months). Using those dummy variables as interactions in a form
creates around 2000 variables (although p-values for most of them are significant).
I am worried regarding overfitting and what other approach I could use? If I use
I get less variables, but also less Adjusted R2 and also RSME.
Code:
months#weekdays#hours
I am worried regarding overfitting and what other approach I could use? If I use
Code:
months#weekdays weekdays#hours months#hours
Comment