1 1 vote 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! Machine Learning random-forest data-science machine-learning + – 0% Accept Rate Accepted 0 answers out of 3 questions engy.abdelazeez 190 points 3 3 5 answer comment Share 0 reply Please log in or register to add a comment.
0 0 votes The path through getting better results from this point is not smooth. There are several recommendations, such as looking at the records that cause the largest errors and finding out the roots of those large errors. Are they outliers? Do you need more data or features? The other guidelines are presented in this article. tofighi answered Apr 4, 2019 tofighi 116k points 73 79 101 comment Share 0 reply Please log in or register to add a comment.