Root Inc. interview question

How do you calculate linear regression (i.e., what function is optimized/minimized to create a linear regression model)?

Interview Answer

Anonymous

24 May 2021

The RMSE of the residuals is minimized.

3