Submitted by AutoModerator t3_10cn8pw in MachineLearning
bridgeton_man t1_j68njfs wrote
Quesiton about goodness of fit.
​
For regressions, R-squared and Adj. R-Squared are typically considered the primary goodness-of-fit measures.
​
But in many supervised machine-learning models, RMSE is the main measure that I keep running across. For example, decision tree models that I create in R using Rpart do that.
​
So, my question is how to compare the predictive accuracy of OLS regression models that report R-sq to equivalent Rpart regression trees that report RMSE.
Viewing a single comment thread. View all comments