crossValidate - Is it possible to run the cross-validation folds in parallel?

Réponse

Yes, by default, the folds are evaluated in parallel. You can control this behavior with the 'parallelFolds' parameter (defaulting to True) and specify the number of worker nodes for each subsession with the 'nSubsessionWorkers' parameter.
Did this answer help you?