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
[Solved] Cross-validation parallel execution
Hi everybody,
Firstly i'm sorry if i'm in the wrong section.
I'm using RM for a few months and i'm very keen on this tool. But when i use the X-validation operator, the different fold of the crossvalidation are executed sequentially. I would like to know if there's a way to use the 8 cores of my computer to speed-up the execution (such a thing is possible with scikit-learn in python for instance).
Thank you!
NB: sorry for my english, i know it's not perfect but i hope it's stll understandable
Firstly i'm sorry if i'm in the wrong section.
I'm using RM for a few months and i'm very keen on this tool. But when i use the X-validation operator, the different fold of the crossvalidation are executed sequentially. I would like to know if there's a way to use the 8 cores of my computer to speed-up the execution (such a thing is possible with scikit-learn in python for instance).
Thank you!
NB: sorry for my english, i know it's not perfect but i hope it's stll understandable
0
Answers
you can install the Parallel Processing extension. It provides a X-Validation (parallel) where you can use several cores.
Please note that you should not cascade several parallel operators, such as Optimize Parameter (parallel) and X-Validation (parallel). That may lead to undefined behavior in some cases.
Best regards,
Marius
Regards.