Skip to content

Commit

Permalink
Added link to ensemble methods
Browse files Browse the repository at this point in the history
Also made particular examples of ensemble methods as child items in bullet list
Also added Stacked ensemble methods
  • Loading branch information
RaInta authored Oct 30, 2022
1 parent 4f40f8f commit 7c4f458
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c4f458

Please sign in to comment.