Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.
/ climate Public archive

2021 CIS Project - Temperature Prediction avec ML

Notifications You must be signed in to change notification settings

2021-cis-itml-cc/climate

Repository files navigation

Climate Prediction - 2021 CIS&CMU Project

Binder

Problem

Predicting future temperature with machine learning methods.

Dataset

National Centers for Environmental Information Global Surface Summary of Day Data (GSOD). See GSOD README for information on how to obtain it and/or its terms and restrictions.

In this project, we are mainly using station 722860 since it has a long recording history. To run the notebooks, place the dataset at runtime/GSOD, so that runtime/GSOD/2021 contains .op or .op.gz data files. For example, runtime/GSOD/2021/583620-99999-2021.op.gz should exist.

Items

Use those Notebooks by this order to start.

Historical Models

Early experiments. Kept here for reference.

Citation

BibTeX entry:

@inproceedings{10.1117/12.2637187,
    author = {Maiyun Zhang and Shuyu Li and Yiqi Wang},
    title = {Short-term temperature prediction based on hybrid {CEEMDAN}, neural networks, and linear regression methods},
    volume = {12285},
    booktitle = {International Conference on Advanced Algorithms and Neural Networks (AANN 2022)},
    editor = {Rajeev Tiwari},
    organization = {International Society for Optics and Photonics},
    publisher = {SPIE},
    pages = {301 -- 308},
    year = {2022},
    doi = {10.1117/12.2637187},
    URL = {https://doi.org/10.1117/12.2637187}
}

License

Private until the project is finished. TBD.

About

2021 CIS Project - Temperature Prediction avec ML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages