question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Alignment of skill dimension naming

See original GitHub issue

Handled 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:closed
  • Created 3 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
bradyrxcommented, Oct 9, 2020

I’ll switch to “Observations”. Addressed in https://github.com/pangeo-data/climpred/pull/459 since it’s minor.

1reaction
bradyrxcommented, Oct 7, 2020

probably we discussed this before. we have .add_observations() but technically this can also be a reconstruction. what about renaming to .add_verification() but leaving .add_observations() but with a deprec. future. warning? @bradyrx

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found