Skip to content

Commit 7c4f458

Browse files
authored
Added link to ensemble methods
Also made particular examples of ensemble methods as child items in bullet list Also added Stacked ensemble methods
1 parent 4f40f8f commit 7c4f458

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,12 @@ These are some Machine Learning and Data Mining algorithms and models help you t
221221
- [Decision Trees](https://en.wikipedia.org/wiki/Decision_tree)
222222
- ID3 algorithm
223223
- C4.5 algorithm
224-
- Ensemble Learning
225-
- Boosting
226-
- Bagging
227-
- Random Forest
228-
- AdaBoost
224+
- [Ensemble Learning](https://scikit-learn.org/stable/modules/ensemble.html)
225+
- Boosting
226+
- Stacking
227+
- Bagging
228+
- Random Forest
229+
- AdaBoost
229230

230231
#### Unsupervised Learning
231232
- Clustering

0 commit comments

Comments
 (0)