We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67365e4 + 7c4f458 commit 82e5ac6Copy full SHA for 82e5ac6
README.md
@@ -221,11 +221,12 @@ These are some Machine Learning and Data Mining algorithms and models help you t
221
- [Decision Trees](https://en.wikipedia.org/wiki/Decision_tree)
222
- ID3 algorithm
223
- C4.5 algorithm
224
-- Ensemble Learning
225
-- Boosting
226
-- Bagging
227
-- Random Forest
228
-- AdaBoost
+- [Ensemble Learning](https://scikit-learn.org/stable/modules/ensemble.html)
+ - Boosting
+ - Stacking
+ - Bagging
+ - Random Forest
229
+ - AdaBoost
230
231
#### Unsupervised Learning
232
- [Clustering](https://scikit-learn.org/stable/modules/clustering.html#clustering)
0 commit comments