简体   繁体   中英

Python Orange Distributed Computing

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

I would recommend using BOINC and their library dedicated to such a task.

cheers

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM