From 926be95a49137b81d22894dc97657772fbde273b Mon Sep 17 00:00:00 2001 From: Ruchira Naskar <96806888+RuchNas-Pottah@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:59:44 +0530 Subject: [PATCH] Updated README.md with clickable links for AdaBoost and Bagging Added clickable Wikipedia links for AdaBoost and Bagging as preferred. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2db9950..9b7ad05 100644 --- a/README.md +++ b/README.md @@ -254,9 +254,9 @@ These are some Machine Learning and Data Mining algorithms and models help you t - [Ensemble Learning](https://scikit-learn.org/stable/modules/ensemble.html) - [Boosting](https://en.wikipedia.org/wiki/Boosting_(machine_learning)) - Stacking - - Bagging + - [Bagging](https://en.wikipedia.org/wiki/Bootstrap_aggregating) - [Random Forest](https://en.wikipedia.org/wiki/Random_forest) - - AdaBoost + - [AdaBoost](https://en.wikipedia.org/wiki/AdaBoost) #### Unsupervised Learning - [Clustering](https://scikit-learn.org/stable/modules/clustering.html#clustering)