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

Refactor leaderboard code #989

Closed
wants to merge 1 commit into from
Closed

Conversation

ph-kev
Copy link
Member

@ph-kev ph-kev commented Oct 3, 2024

closes #948, closes #956

This PR refactors the leaderboard code using the new features from ClimaAnalysis. This commit also deletes the old leaderboard code and the tests for it. Also, there is an off by one month issue when handling the dates and seasons. This is fixed in this commit.

The commit also moves the code to leaderboard.jl and a line is added to the pipeline.

One significant difference is the leaderboard which now plot the best and worst single model using only annual rather than averaging the error over annual and seasonal data.

@ph-kev ph-kev force-pushed the kp/leaderboard branch 2 times, most recently from 1c7a368 to 742e943 Compare October 3, 2024 21:21
This commit refactors the leaderboard code using the new features from
ClimaAnalysis. This commit also deletes the old leaderboard code and the
tests for it. Also, there is an off by one month issue when handling the
dates and seasons. This is fixed in this commit.

The commit also moves the code to leaderboard.jl and a line is added to
the pipeline.

One significant difference is the leaderboard which now plot the best
and worst single model using only annual rather than averaging the error
over annual and seasonal data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace leaderboard with ClimaAnalysis leaderboard Leaderboard test fails due to undownloadable artifact
1 participant