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

Basic evaluation #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Basic evaluation #6

wants to merge 2 commits into from

Conversation

paololucchino
Copy link
Member

This PR adds a simple evaluation notebook for SeasonTST, calculating RMSE for each variable and plotting some examples.

Results with a model on only 4 pixels are poor. This was very likely undertrained (as the training loss was still falling when stopped). Next steps should would be to understand why the model is not overfitting (as it should given its capacity) such small training dataset.

Note that without data = data.compute() the test function was causing a lot of network IO, as is the dask caching wasn't working.

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.

1 participant