Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • SUNSET SUNSET
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 43
    • Issues 43
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • SUNSETSUNSET
  • Merge requests
  • !24

Add mean bias to the metrics

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged vagudets requested to merge dev-skill-mean_bias into master Aug 30, 2022
  • Overview 7
  • Commits 14
  • Pipelines 8
  • Changes 11

Hi @nmilders!

As requested in issue #27 (closed) I have added both CRPS/CRPSS and the mean bias. CRPS(S) work like the rest of the other metrics, you request them in the recipe and they are saved to the general skill file.

For the mean bias, I have created a new function compute_mean_bias(), and added a mean_bias parameter to save_data().

I want to ask you to test this new development by downloading this branch (dev-skill-mean_bias) and computing the mean bias for your case and comparing it to your previous results. You can just comment on this merge request when you're done or if you find any issues. Then once everything is correct, we can merge it to the tool so you'll finally have all the metrics you need.

You can take a look at modules/test_victoria.R to get an idea of how to add the new functions to your script. But if you have any questions, please let me know!

Thank you,

Victòria

FYI @nperez

Edited Aug 30, 2022 by vagudets
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dev-skill-mean_bias