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

metrics to add #284

Open
raybellwaves opened this issue Mar 18, 2021 · 4 comments · Fixed by #307
Open

metrics to add #284

raybellwaves opened this issue Mar 18, 2021 · 4 comments · Fixed by #307
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@raybellwaves
Copy link
Member

raybellwaves commented Mar 18, 2021

Keep this comment in this issue updated with metrics to add to xskillscore. Consolidate from other issues as well as comments that appear below. The format for inputting will be:

  • METRIC_API_NAME (LONG_METRIC_NAME) [RELATED ISSUE (IF EXISTS)] {METRIC SOURCE/EQUATION}

The full list of metrics current in xskillscore can be found here. Remove issues from here once they are added.

Correlation Metrics

Distance Metrics

Probabilistic Metrics

Dichotomous-Only (yes/no) Metrics

Multi-Category Metrics

Comparative

Resampling

Metric glossaries:

@aaronspring
Copy link
Collaborator

what about brier_score with decomposition? nice explanation in https://timvangelder.com/2015/05/18/brier-score-composition-a-mini-tutorial/ implemented in https://github.com/csiro-dcfp/doppyo/blob/8c620889bde8a21d5937eb7ac71e72a040b31867/doppyo/skill.py#L868 with loop. do you think there is a solution without a loop @dougiesquire ?

@dougiesquire
Copy link
Collaborator

Sorry I've been on leave. I don't remember much about the brier_score implementation in doppyo, but I'm sure it could be improved. At the very least, we could implement the loop with numpy arrays and then wrap with apply_ufunc as is done for many of the other functions in xskillscore

@aaronspring
Copy link
Collaborator

  • cost loss C/L metric

@raybellwaves
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants