Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
parallelize main process
arminmania
Member Posts: 7 Contributor II
Hi,
can someone tell me what
"parallelize main process
Determines whether the execution of Main Process should be parallelized. Default value: false Expert parameter"
means? Should I use this setting? Is is usefull for multicore processors?
Thanks
arminmania
can someone tell me what
"parallelize main process
Determines whether the execution of Main Process should be parallelized. Default value: false Expert parameter"
means? Should I use this setting? Is is usefull for multicore processors?
Thanks
arminmania
0
Answers
as far as i know this setting (if activated) should increase the performance of ur workflow. The task (which sould be performed) will be splited i think.
Possibly it has something to do with (mulitcore) but i am not 100% sure.
greetings
User
in my experience, if you only have 2 core processors, it doesn't really help. but I don't know yet how it performs on let say quad-core.
nevertheless, you should have high amount of RAM, 4 gigs will help, I you do a large data analysis.
greetings,
Yogafire
it only makes a difference if there is something which can be performed in parallel. For example, if you have two (independent) subprocesses which would have to be performed sequentially otherwise. In such cases, RapidMiner tries to perform those subprocesses in parallel which should - if you have at least two cores and both subprocesses need about the same runtime - decrease the total runtime about the half.
Cheers,
Ingo
thank you for your fast replies!
Greetings
arminmania