I have an existing model that predicts house prices, that uses simple linear regression. As an input I have date and output is price.
I wanted to improve overall results so I have added one more feature. New feature is distance from the estimated property.
Problem is that the multiple/multivariate regressions performs a bit worse than the simple regression. (All the data are normalised)
Do you have some ideas why is this happening and how can I approach this?