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

Purpose of rounding in TestRegressionEFM #1

Open
zegkljan opened this issue Oct 12, 2015 · 1 comment
Open

Purpose of rounding in TestRegressionEFM #1

zegkljan opened this issue Oct 12, 2015 · 1 comment

Comments

@zegkljan
Copy link

What is the purpose of

if (round) prediction = Math.round(prediction);

in TestRegressionEFM line 126 and why is it turned on by default?

@zegkljan zegkljan changed the title (Question) Purpose of rounding in TestRegressionEFM Purpose of rounding in TestRegressionEFM Oct 12, 2015
@ignacioarnaldo
Copy link
Contributor

Thanks for your comment. It is turned on by default because, in our experiments, the target variable only took integer values. It should be set to false if the target value can take real values.

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