ContinuumIO / elm

Phase I & part of Phase II of NASA SBIR - Parallel Machine Learning on Satellite Data
http://ensemble-learning-models.readthedocs.io
43 stars 27 forks source link

Example like "Hurricane Teleconnection Locator: HURTLoc" (Bowen et al) #79

Closed PeterDSteinberg closed 7 years ago

PeterDSteinberg commented 7 years ago

Some ideas on the config for a hurricane track classifier like "Hurricane Teleconnection Locator: HURTLoc" by Michael Bowen.

Data source (configure for the MERRA-2 training X data):

sample_pipeline pseudo-code:

temp
precip
humid

And the time points were:

0
1
2
3

Then make an ElmStore with "bands" (data_vars) as:

temp-0
temp-1
temp-2
temp-3
precip-0
...
humid-2
humid-3

And then for each band, there is a (y, x) grid

train: