Skip to content

Caleb-Agu/Decision-Stumps-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Decision-Stumps-Algorithm

Decision stumps (DS) and boosted decision stumps (BDS) for regression. Decission stumps are decision trees with one split.

Description

I apply Decision stump to the Boston data set to predict medv given lstat and rm. (In other words, medv is the label and lstat and rm are the attributes). The data set is split into training and test sets. The test residual sum of squares is given by

I apply boosting on the decision stump to see if the test MSE is reduced or increased as a result of boosting.

About

Decision stumps (DS) and boosted decision stumps (BDS) for regression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages