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

ignore zeros on mape calculation #89

Merged
merged 8 commits into from
Jun 19, 2024
Merged

ignore zeros on mape calculation #89

merged 8 commits into from
Jun 19, 2024

Conversation

jmoralez
Copy link
Member

@jmoralez jmoralez commented Jun 18, 2024

Ignores the samples where the true value is zero for the MAPE calculation.

Pins numpy in the polars extra because it currently segfaults, I'll change it to polars[numpy] once they make a release.

Fixes #86

@jmoralez jmoralez added the enhancement New feature or request label Jun 18, 2024
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@jmoralez jmoralez merged commit 6c6f683 into main Jun 19, 2024
18 checks passed
@jmoralez jmoralez deleted the mape-zeros branch June 19, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MAPE calculation might need an update
1 participant