I am learning h2o package now,
I installed h2o package from CRAN and couln't run this code
## To import small iris data file from H\ :sub:`2`\ O's package irisPath = system.file("extdata", "iris.csv", package="h2o") iris.hex = h2o.importFile(localH2O, path = irisPath, key = "iris.hex")
I am getting the below error,
Error in h2o.importFile(localH2O, path = irisPath, key = "iris.hex") : unused argument (key = "iris.hex")
- My second question is, Do we have good resources to learn h2o in R apart from this:
http://h2o-release.s3.amazonaws.com/h2o/rel-lambert/5/docs-website/Ruser/rtutorial.html
- My third question is I want to know how the h2o works in simple words.?