From 7c4f45838c04850978fff0e761a8f7f7a49588df Mon Sep 17 00:00:00 2001 From: Ra Inta Date: Sun, 30 Oct 2022 18:21:54 -0500 Subject: [PATCH] Added link to ensemble methods Also made particular examples of ensemble methods as child items in bullet list Also added Stacked ensemble methods --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d4db24fe..cf6c4141 100644 --- a/README.md +++ b/README.md @@ -221,11 +221,12 @@ These are some Machine Learning and Data Mining algorithms and models help you t - [Decision Trees](https://en.wikipedia.org/wiki/Decision_tree) - ID3 algorithm - C4.5 algorithm -- Ensemble Learning -- Boosting -- Bagging -- Random Forest -- AdaBoost +- [Ensemble Learning](https://scikit-learn.org/stable/modules/ensemble.html) + - Boosting + - Stacking + - Bagging + - Random Forest + - AdaBoost #### Unsupervised Learning - Clustering