I would like to run the arules::apriori algorithm in parallel. Can RMarkdown help me separate the iterations of the algorithm onto separate processors? Currently, I have to wait for the sequence to finish on the first category before it loops onto the next category.
This feels like a perfect algorithm to run in parallel but I don't know how to do it & wondering if RMarkdown could help us automate the parallelization of algorithms. Thank you.
T_East I saw your answer to mr Michael Mayer, that you found a way to execute the arules::apriori() in parallel using 'foreach'. Can you provide an example of that execution? I would appreciate so.
system
Closed
September 8, 2022, 1:23am
2
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.