Skip to content

Commit 82e5ac6

Browse files
authored
Merge pull request #371 from RaInta/ensemble-links
Added link to ensemble methods
2 parents 67365e4 + 7c4f458 commit 82e5ac6

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](https://scikit-learn.org/stable/modules/clustering.html#clustering)

0 commit comments

Comments
 (0)