Skip to content

Instantly share code, notes, and snippets.

View jorgemarsal's full-sized avatar

Jorge Martinez jorgemarsal

View GitHub Profile
model = randomForest(data, response)
library(distributedR)
library(HPdclassifier)
distributedR_start()
model = hpdrandomForest(data, response, nExecutor = 3)