Skip to content

Commit

Permalink
Merge pull request #371 from RaInta/ensemble-links
Browse files Browse the repository at this point in the history
Added link to ensemble methods
  • Loading branch information
hmert committed Oct 31, 2022
2 parents 67365e4 + 7c4f458 commit 82e5ac6
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](https://scikit-learn.org/stable/modules/clustering.html#clustering)
Expand Down

0 comments on commit 82e5ac6

Please sign in to comment.