Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add Awesome Repositories section #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- [📝 Time Series Papers](#-time-series-papers)
- [📝 Time Series Libraries](#-time-series-libraries)
- [📝 Time Series Benchmarks and Datasets](#-time-series-benchmarks-and-datasets)
- [📝 Awesome Repositories](#-awesome-repositories)


# 📝 Time Series Papers
Expand Down Expand Up @@ -322,6 +323,12 @@ We divided these papers into several fundamental tasks as follows.
|[Revisiting Time Series Outlier Detection: Definitions and Benchmarks](https://openreview.net/forum?id=r8IvOsnHchr)| NeurIPS | 2021 | [link](https://github.com/datamllab/tods/tree/benchmark) |This paper critiques many existing time series anomaly/outlier detection datasets and proposes 35 brand-new synthetic datasets and 4 real-world datasets for benchmarking purposes.
|[Subseasonal Forecasting Microsoft](https://www.microsoft.com/en-us/research/project/subseasonal-climate-forecasting/)| Microsoft | 2021 | [link](https://www.microsoft.com/en-us/research/project/subseasonal-climate-forecasting/downloads/) |Microsoft has released a dataset to facilitate machine learning for improving subseasonal forecasting (e.g. two to six weeks in the future). Forecasting subseasonally helps government agencies and farmers prepare for weather events. In general, deep learning models performed quite poorly compared to other methods in Microsoft's benchmark. A simple feed-forward model proved to be the most accurate DL model, while the Informer performed poorly.

# 📝 Awesome Repositories

| Name | Company | Stars | Explanation |
| :--------------------------: | :-------------------: | :------------------: |:------ |
|[📚 Awesome Conformal Prediction](https://github.com/valeman/awesome-conformal-prediction)| - | ⭐️ 1.4K | The most comprehensive professionally curated resource on Conformal Prediction (and specific time-series conformal prediction) including the best tutorials, videos, books, papers, articles, courses, websites, conferences and open-source libraries code in Python, R and Julia.

## Contributing
We appreciate all contributions to improve this paper repo!

Expand Down