The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"multiple CPUs with W-J48 decision trees"
sgenzer
Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager
Hi...I am not getting good performance with W-J48 in RM 5.3, even with the parallel processing extension installed. I am running an Intel i5 QC 2.5GHz on a MacBookPro with 8GB memory (and forcing RM to run with 6GB). I tried even running the algorithm in an Amazon EC2 high performance instance, but it did not take advantage of the additional power. Is this an issue that was resolved in RM 6?
Tagged:
0
Answers
none of the Weka operators are parallelized, so they only use a single cpu, even if dozens are available. To make use of several cpus you can again install the Parallel extension. That way you can at least parallelize e.g. the X-Validation and calculate several W-J48 instances at the same time.
Best regards,
Marius
Best regards,
Marius