-
Notifications
You must be signed in to change notification settings - Fork 9
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
Circular metrics (again) #284
Conversation
It is not easy to change an existing quantity to "circular" as the quantity is immutable. How should we help the users set "circular" in quantity? If the name is something with "direction" and the unit is "degree" then it is probably circular... And what about radians? Should we also support data in radians? If not I think we should at least provide an error. |
@stkistner @daniel-caichac-DHI , we implemented for you guys in the metocean team 😃 It now features circular versions of metrics (for degrees not radians): bias, mae, rmse, max_error, urmse. Do you need more? Which ones? |
I think those statistics are fine for now. thanks a lot. |
…into circular_metrics
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.
Love it!
I'm afraid to do a pull request of modelskill by now and see how all my wrappers fail :D |
On friday you will have a versioned release of |
Start over and copy/paste some metrics from #235