From d15202230e9580ad8a2f7b1db6ab293dfac2eca6 Mon Sep 17 00:00:00 2001 From: rfeverts <687793@student.inholland.nl> Date: Sun, 5 Jan 2025 23:47:16 +0100 Subject: [PATCH] Added Darts: A library for time series forecasting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 751a940b..c8e938ce 100644 --- a/README.md +++ b/README.md @@ -705,7 +705,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [vowpal_porpoise](https://github.com/josephreisinger/vowpal_porpoise) - A lightweight Python wrapper for [Vowpal Wabbit](https://github.com/JohnLangford/vowpal_wabbit/). * [xgboost](https://github.com/dmlc/xgboost) - A scalable, portable, and distributed gradient boosting library. * [MindsDB](https://github.com/mindsdb/mindsdb) - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries. -- [Pycobra](https://github.com/bhargavvader/pycobra) - A Python toolbox for ensemble learning and visualization, offering tools to combine multiple models for improved performance. +* [Darts](https://github.com/unit8co/darts) - A time series forecasting library with support for statistical and deep learning models, offering an intuitive interface. + ## Microsoft Windows