Skip to content

archowdhury/Bagging-Boosting-and-Stacking-using-R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This article demonstrates the use of Bagging, Boosting and Stacking models using the "caret" package in R

The sample data used is "Ionosphere" from the UCI Machine Learning repository

The first two sections demonstrate the use of Bagging and Boosting algorithms

The final section creates a stacked model by combining the following models using Random Forest

1) Decision Tree (CART)
2) Logistic Regression
3) K-Nearest Neighbors
4) SVM using a Radial Basis

We can obtain an impressive accuracy of 93.9%!!! using the above techniques

About

Bagging, Boosting and Stacking models using the "caret" package in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages