Search code examples
pythonmachine-learningadaboost

AdaBoost ML algorithm python implementation


Is there anyone that has some ideas on how to implement the AdaBoost (Boostexter) algorithm in python?

Cheers!


Solution

  • Thanks a million Steve! In fact, your suggestion had some compatibility issues with MacOSX (a particular library was incompatible with the system) BUT it helped me find out a more interesting package : icsi.boost.macosx. I am just denoting that in case any Mac-eter finds it interesting!

    Thank you again!

    Tim