caret train binary glm fails on parallel cluster via doParallel
问题 I have seen there are a lot of questions around this topic already but none seems to give a satisfying answer to my problem. I intend to use caret::train() in combination with library doParallel on a Windows machine. The documentation (The caret package: 9 Parallel Processing) tells me that it will run in parallel by default if it finds a registered cluster (although it uses library doMC ). When I attempt setting up a cluster with doParallel and follow the example calculation in its