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

RMSE formula is backwards #1

Open
spapadim opened this issue Oct 9, 2014 · 1 comment
Open

RMSE formula is backwards #1

spapadim opened this issue Oct 9, 2014 · 1 comment

Comments

@spapadim
Copy link

spapadim commented Oct 9, 2014

Was just browsing code, noticed that RMSE in characterize.py is backwards: should be sqrt(sum-of-squares/n) not (sum-of-sqrts/n)^2; i.e. line 69 should be "err += math.pow(i-current,2)" and line 73 should be "print .. % math.sqrt(err/count)".

@Arachnid
Copy link
Contributor

Arachnid commented Oct 9, 2014

Oops, good point. Thanks.

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