Skip to content

henrique-voni/adaboost-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Under Construction)

Adaboost for multiclass classification based in SAMME algorithm [T Hastie, S Rosset, J Zhu, H Zou - 2009]

Samme Algorithm

Interface

This algorithm was implemented based in scikit-learn coding standards, therefore it works with any base estimator that provides fit() and predict() methods.

About

Adaboost implementation in Python for classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages