每个功能的H2O模型列表dtypes

问题描述:

是否有一种方法可以列出现有h2o模型的每个功能的预期数据类型,而无需查看训练数据?

Is there a way to list the expected data type for each feature for an existing h2o model, without looking at the training data?

类似于 h2o_frame.types 的输出,但无需查看训练数据,只需查看模型对象即可.

Similar to the output of h2o_frame.types, but without looking at the training data just looking at the model object.

在这种情况下,我有一个保存的模型文件(可以导入回h2o的通用类型,而不是mojo/pojo).该算法是gbm.

In this case I have a saved model file (the generic type that can be imported back into h2o, not mojo/pojo). The algorithm is gbm.

此功能目前在H2O中不可用,但是我已经创建了一个jira票证以将其请求为一项新功能,您可以在此处关注它 https://0xdata.atlassian.net/browse/PUBDEV-5801

This functionality is not currently available in H2O, but I've created a jira ticket to request it as a new feature, you can follow it here https://0xdata.atlassian.net/browse/PUBDEV-5801