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

Relative MSE #11

Open
gduthe opened this issue Aug 20, 2024 · 0 comments
Open

Relative MSE #11

gduthe opened this issue Aug 20, 2024 · 0 comments

Comments

@gduthe
Copy link

gduthe commented Aug 20, 2024

Hi @NickGeneva! Thanks for the nice work!

I'm working on re-implementing the relative mean-squared error (MSE) metric as described in your paper. However, I'm having difficulty finding a clear, universally accepted definition of relative MSE in this context. Could you please provide the exact formula you used to calculate these values?

Specifically, is the relative MSE calculated as:

  • MSE(y_pred, y_true) / MSE of y_true against a baseline (like mean pred, last pred or zeros)
  • MSE(y_pred, y_true) / Variance(y_true)
  • MSE(y_pred, y_true) / ||y_true||₂
  • ||y_true - y_pred||₂ / ||y_true||₂
  • Something else?

Thanks!

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

1 participant