jerrywn121 / TianChi_AIEarth

TianChi AIEarth Contest Solution
81 stars 34 forks source link

The way CMIP data is processed(cmip_dataset) #3

Closed StayNightShip closed 2 years ago

StayNightShip commented 2 years ago

Hello, thank you for the code open source. I would like to ask, what is the idea of the class cmip_dataset to handle CMIP schema data? I would like to learn it. thanks!

jerrywn121 commented 2 years ago

Thank you for your question. The idea is very simple: extract training samples from several time-series data (the original CMIP data) using a fixed-size sliding window.