ktindiana / sphinxval

SPHINX validation code for solar energetic particle models
MIT License
3 stars 3 forks source link

Updates to metrics.py (still need Brier skill) #57

Closed claya71 closed 5 months ago

claya71 commented 5 months ago

New metrics added to metrics.py: Mean Accuracy Ratio Median Symmetric Accuracy Spearman Correlation Symmetric Extreme Dependency Score (Issues 48, 54, and 55 resolved). Still need to update Brier Skill Score

ktindiana commented 5 months ago

looked over code and looks good. Thanks, Clayton.

rickyegeland commented 4 months ago

Commits are attributed to "Allison". Clayton, you need to configure your local git to attribute your commits to an email GitHub understands (in your profile). Right now you are not getting "credit", and this has some implications in the system. (e.g. right now I can't assign Issues to you.)

claya71 commented 4 months ago

@rickyegeland I believe this should now be fixed. Thanks for pointing it out to me