AdaBoost ML算法python实现

发布于 2024-09-08 19:24:58 字数 69 浏览 12 评论 0原文

有没有人对如何在 python 中实现 AdaBoost (Boostexter) 算法有一些想法?

干杯!

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

Cheers!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

清风疏影 2024-09-15 19:24:58

看起来 sdpy 项目有一个 AdaBoost 实现。具体查看 sdpy/cs/ml/cla/boosting.py 文件。

也许你可以从那里得到一些动力。

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.

梦里梦着梦中梦 2024-09-15 19:24:58

感谢一百万史蒂夫!事实上,你的建议与 MacOSX 有一些兼容性问题(特定的库与系统不兼容),但它帮助我找到了一个更有趣的包:icsi.boost.macosx。我只是指出,以防万一任何 Mac-eter 觉得它很有趣!

再次感谢您!

蒂姆

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文