powered by
doNotCallThisMethod...Unsupported(h2o, key)
library(h2o) localH2O = h2o.init() hex <- as.h2o(localH2O, iris) m <- h2o.randomForest(x = 1:4, y = 5, data = hex) doNotCallThisMethod...Unsupported(localH2O, m@key)
Run the code above in your browser using DataLab