Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSE or MAE #39

Open
khan1792 opened this issue May 15, 2018 · 1 comment
Open

MSE or MAE #39

khan1792 opened this issue May 15, 2018 · 1 comment

Comments

@khan1792
Copy link

khan1792 commented May 15, 2018

The second part asks us to report the test mean square errors of models. But the example of the Boston housing data in the textbook and the slide use mean absolute errors for evaluation. I'm wondering which we should use in the problem set, the mse from the loss function or the mae from the metrics.

@bensoltoff
Copy link
Contributor

Use the mean-squared error. That will be both the loss function and the validation metric. This is fine because the model is learning using the training MSE, whereas you are evaluating the model's performance using the validation set MSE, and finally the test set MSE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants