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

Example spatio-temporal climate data #120

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

carocamargo
Copy link

This pull request is to load a SOM example on climate data notebook, which is usually 2D (time, lat, lon).

I've been looking a lot into SOM examples, and it's hard to find examples on climate data...so I hope this notebook can help future users (and also me, if you find something wrong on the use).

For the example, I've used the tutorial dataset from Xarray.

SOM example on climate data, which is usually 2D (time, lat, lon)
@JustGlowing
Copy link
Owner

hi @carocamargo

this is a wonderful contribution!

Can I just ask to leave a comment under each chart? Just to give a basic understand to less experienced readers.

Added a bit of descriptions to plots + one example of a 2D SOM (only spatial data, not temporal)
Second notebook of the spatio-temporal climate data example, now focusing on finding the best parameters for the SOM
Copy link
Author

@carocamargo carocamargo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @JustGlowing, I've added some comments under the plots... please tell me if they require more details.
I also have a notebook where I'm trying to optimize the hyperparameters using hyperopt. I think it automatically went in this pull request as well (although I'm not 100% of the output of this method yet).

SOM-spatiotemporal_climate_example.ipynb
Updated example with better plots description + added an example of 2D SOm on the spatio-temporal data (using time-mean field)

SOM-spatiotempeoral_climate_example-Part_II.ipynb
Continuation of the previous example, now trying to optimize the parameters used in the SOM.

I think I've pushed the changes, let me know if they didn't go through.

@JustGlowing
Copy link
Owner

hi there,

Sorry it took a while to review the material. I'm happy to merge the first notebook, but the second one seems to advanced respect to the examples already in the library.

I do plan in including a notebook regarding parameter optimization in the future, but I'd like it to be a more straightforward example.

@JustGlowing JustGlowing added the stale Stale Pr/Issue label Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Stale Pr/Issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants