问题
Is there a way to list the expected data type for each feature for an existing h2o model, without looking at the training data?
Similar to the output of h2o_frame.types, but without looking at the training data just looking at the model object.
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.
回答1:
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
来源:https://stackoverflow.com/questions/51543937/h2o-model-list-dtypes-for-each-feature