[WIP] Standard baseline configs#324
Draft
jemrobinson wants to merge 23 commits into
Draft
Conversation
Contributor
|
Couple of quick thoughts.
Looking at 7 days seems sensible anyway, as you can then get an idea of how the forecast accuracy develops over time. (And as you say it is more likely to beat persistence). As we've discussed a bit elsewhere (#323), doing a bit of work to optimise the models before we do this seems sensible. E.g. Erin's trained ViT model (https://wandb.ai/turing-seaice/evaluate/runs/0r9jomqk) does beat persistence |
Member
Author
|
For reference, @erinuclkwon's model was using n_forecast_steps: 7
n_history_steps: 3which is what the next round of testing will use. |
57f3cfb to
b545ae1
Compare
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
421c0b8 to
4dbf8d7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds some baseline configs for the model comparisons discussed in #323.
TL;DR
persistenceon a two day forecast (perhaps we want to look at e.g. 7 days?)piecewiseandvitthat make me feel that we could better-optimise these defaultsModels
00: naive-unet-naive
01: persistence
02: cnn-unet-cnn
03: cnn-vit-cnn
04: ddpm
05: piecewise-unet-piecewise-5336004.out
Metrics
RMSE
SIE Error
MAE