unit8co / darts

A python library for user-friendly forecasting and anomaly detection on time series.
https://unit8co.github.io/darts/
Apache License 2.0
8.08k stars 880 forks source link

benchmark forecasting models on some common dataset #1366

Open eliane-maalouf opened 1 year ago

eliane-maalouf commented 1 year ago

small benchmark study comparing models on commonly used dataset (in research papers). output a blog post and reproducible experiments code

hrzn commented 1 year ago

A branch started by @elianemaalouf : https://github.com/unit8co/darts/tree/docs/benchmarks

alexcolpitts96 commented 1 year ago

Thank you for this!

I built a whole ecosystem around darts for my research. I wanted to benchmark some custom models against existing models on benchmark datasets and this definitely saves me some headaches!