From a5142283bdf9dc7afc379b0fbeb7221e76581df3 Mon Sep 17 00:00:00 2001
From: rfeverts <687793@student.inholland.nl>
Date: Sun, 5 Jan 2025 23:33:30 +0100
Subject: [PATCH 1/2] Added Pycobra: A library for ensemble learning and
 visualization

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 5a7f5f89d..751a940b3 100644
--- a/README.md
+++ b/README.md
@@ -705,6 +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.
+
 
 ## Microsoft Windows
 

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 2/2] 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 751a940b3..c8e938ce4 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