I preprocessed the data, normalized the numerical features, and did one hot encoding for the categorical ones. I end up with a model with R^2=0.7 and RMSE which is 15% of the range of values.
I'm okay with the accuracy but I was wondering if there's a way to reduce RMSE to maybe ~7%?
Let me know please.
Thanks!