Skip to content

Implementation of adaboost using sklearn's DecisionTreeClassifier

Notifications You must be signed in to change notification settings

emchinn/Adaboost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Adaboost

This is an implementation of adaboost using sklearn's DecisionTreeClassifier.

Adaptive Boosting is an example of an ensemble method and uses the combined output of small, weak learning stumps to become a strong learner. Each misclassification is weighted to adapt to perform slightly better than the previous iteration.

The file can be called from the command line. The implementation will save the predictions to a text file, 'predictions.txt', in the current directory. It will also print the names of the input files as well as the test and train accuracy.

About

Implementation of adaboost using sklearn's DecisionTreeClassifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages