From 350522442ce16bfad8e363723b09ccd436a60bef Mon Sep 17 00:00:00 2001 From: Mohammad Talaei <52631549+MTisMT@users.noreply.github.com> Date: Sat, 18 Mar 2023 15:01:43 +0330 Subject: [PATCH] Add Awesome Repositories section Add Awesome Repositories section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9c28871..bdf4310 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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!