-
Notifications
You must be signed in to change notification settings - Fork 258
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
added MASE, sMAPE and MAPE metrics #330
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
Hi @kashif, thanks for adding this - the implementation looks great! There seems to be an issue with the example in the docstring, maybe rounding the results would help. Also, could you add a Let me know if you need any help! |
thanks @lvwerra let me fix it! |
@lvwerra would be happy for another review |
the tests seems to be failing due to something else I believe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kashif for this very clean PR! I left two comments on the PR other than that it looks good to go!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, looks good to me!
Thank you! |
* added mean_absolute_percentage_error * fix output * more decimal places * added readme and requirements.txt * added formula * fix outputs * grammer * formatting * fix tests * added smape * formatting * fix tests * whitespace * fix formula * added mase * make style * typo * added reference_urls * latest edition * fix doc * better Description * Fix mape range * cite sklearn api and helpers * Update README.md * Update README.md * Update README.md * Update README.md * fix markdown * new line
Added 3 time series specific metrics...