Consider a data set composed of 1000 samples where X is draw…
Consider a data set composed of 1000 samples where X is drawn randomly uniformly from -2*PI to +2*PI, and Y = 2*X^3 + 4*X^2 + 5. Consider kNN (k=1), decision trees (leaf_size=1), random trees (leaf_size=1) and linear regression. Which statement is true regarding in-sample RMSE?