You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should add a brief summary of the difference between MSE and MAE when building decision trees to the relevant tree building pages. Specifically, discussing how MSE minimizes the L2 error using the mean value while MAE minimizes L1 error using the median value.