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


Usually imbalanced data refers to imbalanced dependent variable, so are what the common data balancing techniques work for. As for the independent variables, I think it depends on whether it is critical to balance it or not.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.