【发布时间】:2017-08-05 00:41:35
【问题描述】:
我使用安装包来安装 h2o。虽然我可以执行 h2o.init(),但找不到 h2o.autoML 函数:
could not find function "h2o.automl"
经过一番搜索,我在 tar.gz 中安装了“夜间出血边缘”version。但安装后,即使 h2o.init() 不再起作用并显示此错误:
Error: package or namespace load failed for ‘h2o’ in get(method, envir = home):
lazy-load database '/Library/Frameworks/R.framework/Versions/3.4/Resources/library/h2o/R/h2o.rdb' is corrupt
In addition: Warning messages:
1: In .registerS3method(fin[i, 1], fin[i, 2], fin[i, 3], fin[i, 4], :
restarting interrupted promise evaluation
2: In get(method, envir = home) :
restarting interrupted promise evaluation
3: In get(method, envir = home) : internal error -3 in R_decompress1
【问题讨论】:
-
这是我试过的,它甚至阻止了 h2o.init() 的工作..谢谢
-
您是否正在尝试将 h2o 安装到工作计算机上?如果正在调用 AWS 中的 S3 存储桶,您公司的防火墙可能会阻止对包的访问。
标签: r installation h2o