我现在正在学习h2o包,
我从CRAN安装了h2o软件包,并且无法运行此代码
## 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")
我收到以下错误,
h2o.importFile(localH2O,path = irisPath,key ="iris.hex")出错:未使用的参数(key ="iris.hex")
http://h2o-release.s3.amazonaws.com/h2o/rel-lambert/5/docs-website/Ruser/rtutorial.html