【发布时间】:2019-06-29 23:56:48
【问题描述】:
我发现 H2O 在 R 中有函数 h2o.deepfeatures 来提取隐藏层特征 https://www.rdocumentation.org/packages/h2o/versions/3.20.0.8/topics/h2o.deepfeatures
train_features <- h2o.deepfeatures(model_nn, train, layer=3)
但是我没有在 Python 中找到任何示例?谁能提供一些示例代码?
【问题讨论】:
标签: python-3.x pyspark h2o