문제

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

Cheers!

도움이 되었습니까?

해결책 2

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

다른 팁

It looks as if the sdpy project has an AdaBoost implementation. Specifically look at the sdpy/cs/ml/cla/boosting.py file.

Perhaps you can get some motivation from there.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top