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

Switch RMSE to MSE (true L2 loss) #408

Merged
merged 5 commits into from
Apr 13, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
No square root on test
  • Loading branch information
Laurae2 authored Apr 12, 2017
commit 019135b2abdaa641ae1a7510a0208bc8df515e2e
1 change: 0 additions & 1 deletion tests/python_package_test/test_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def test_binary(self):

def test_regreesion(self):
evals_result, ret = template.test_template()
ret **= 0.5
self.assertLess(ret, 16)
self.assertAlmostEqual(min(evals_result['eval']['l2']), ret, places=5)

Expand Down