Over-sampling when predicting a contionuous variable
Lets say i am predicting house selling prices (continuous) and therefore have multiple independent variables (numerical and categorical). Is it common practice to balance the dataset when the categorical independent variables are imbalanced? Ratio not higher 1:100. Or do i only balance the data when the dependent variable is imbalanced?
Thanks
Topic imbalanced-data imbalanced-learn numerical regression categorical-data
Category Data Science