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.
Hat Ihnen diese Antwort geholfen?
crossValidate

mlTools

Doc : crossValidate