Hi Josh,
I can't open the project, again "Loading project".
I was doing some test with the doPararell to verify if it is possible use it in cloud.
library(RWeka)
library(caret)
library(doParallel)
detectCores()
cl <- makeCluster(3)
registerDoParallel(cl)
getDoParWorkers()
I think the three dfunct resessions is because I select a cluster with 3 cores.
Please can you restart again my project?
Thanks Josh