Alignment of skill dimension naming
See original GitHub issueHandled in three different ways that can easily be aligned, but how?
hindcast.verify(reference=['historical','persistence']).skill # initialized, historical, persistence
- PM allows both: historical and uninitialized
pm.verify(reference=['historical','unintialized','persistence']).skill # ['initialized','historical','unintialized','persistence']
- bootstrap returns skill dimension:
init
,uninit
,pers
proposed solution:
- hindcast: rename historical to uninitialized matching the dataset name
- PM: disallow historical
- rename bootstrap accordingly to initialized, uninitialized, persistence
are you OK with this? @bradyrx
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
Handwriting Development: Sizing, Spacing, Alignment, and ...
Many kids struggle with the basics of handwriting - sizing, spacing, and more. Check out our tips for supporting this important skill!
Read more >Alignment Report - Teachers
This guide covers the Alignment Report, available to teachers using GOLD. ... skills, and abilities are emerging towards and have reached each standard....
Read more >Flexible indexes: review the implementation of alignment and ...
The current implementation of the align function is problematic in the context of flexible indexes because: the sizes of the joined indexes ...
Read more >Aligning Skills in Personnel with the Lean System's ...
A Lean Personnel Alignment Model (LPAM) is presented to align the identified skills with lean requirements in order to sustain lean implementation.
Read more >The Four Dimensions of Lean Culture™ - Enterprise Alignment
If they do – like the members of a football team – the employees of the agency can use their unique skills, knowledge...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll switch to “Observations”. Addressed in https://github.com/pangeo-data/climpred/pull/459 since it’s minor.
I think we switched it to this since this is the most common way people are verifying a hindcast – against observations. People using this will understand that “reconstruction” is observations in the eyes of this system.
.add_verification()
I don’t think is as clean of a reference since verification is the process of scoring the hindcast against your observational product. Really you’d want.add_verification_data()
which is too long. I would prefer.add_observations()
here just to keep it simple.