-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add MSSE and RMSSE metrics #135
Comments
It should be something like this:
and the RMSSE should just be the square root of the MSSE. |
Would you like to contribute that @marcozanotti? |
I really would like but unfortunately, I am not an expert on Python. |
That function looks good, if you want to you can open a PR and we can help you there. If not, it's ok, we'll work on this soon. |
Ok I'll try to do that! Thanks |
@jmoralez I've done the PR adding both MSSE and RMSSE. |
Description
It would be very nice to have the Mean Squared Scaled Error and the Root Mean Squared Scaled Error metrics / losses.
The implementation should be quite straightforward because they follow the same procedure of MASE but with squared errors.
References: https://otexts.com/fpp3/accuracy.html
Use case
No response
The text was updated successfully, but these errors were encountered: