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

rmspe: add epsilon to avoid division by zero #2139

Merged
merged 4 commits into from
Jun 21, 2022
Merged

rmspe: add epsilon to avoid division by zero #2139

merged 4 commits into from
Jun 21, 2022

Conversation

jppgks
Copy link
Contributor

@jppgks jppgks commented Jun 14, 2022

Fixes #1281

@jppgks jppgks requested a review from justinxzhao June 14, 2022 17:48
@github-actions
Copy link

github-actions bot commented Jun 14, 2022

Unit Test Results

       6 files  ±0         6 suites  ±0   2h 16m 22s ⏱️ + 15m 40s
2 828 tests +1  2 794 ✔️ +1    34 💤 ±0  0 ±0 
8 484 runs  +3  8 378 ✔️ +3  106 💤 ±0  0 ±0 

Results for commit 0e0e628. ± Comparison against base commit befd584.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@justinxzhao justinxzhao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix! Tested this out locally on titanic and it works reasonably well.

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

Successfully merging this pull request may close these issues.

Address issue that Ludwig often reports root_mean_squared_error_percentage being infinity
2 participants