Python Orange 分布式计算
我目前正在使用 Python 包 Orange 对大型数据集运行一些分类测试。我主要使用朴素贝叶斯方法,并且我从其他应用程序知道它可以分发到多个节点进行计算。不幸的是,Orange 似乎不具备使用多个计算机或多核的能力。
有人在集群环境中用过Orange吗?或者在多核计算机上?
任何建议都会有帮助..
问候
I am currently working with the Python package Orange to run some classification tests on large sets of data. I am primarily using the Naive Bayes method, and I know from other applications that is is able to be distributed out to multiple nodes to compute. Orange unfortunately does not appear to have the ability to use multiple computers or cores.
Has anyone ever used Orange in a cluster environment? or on a multi core computer?
Any suggestions would be helpful..
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议使用 BOINC 及其专门用于此类任务的库。
干杯
I would recommend using BOINC and their library dedicated to such a task.
cheers