Scoring on Test/Validation dataset requires offset column #15521
Unanswered
hasithjp
asked this question in
Technical Notes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Motivation
For H2O models trained with an offset column it is necessary to provide offset column for scoring as well otherwise H2O throws an error. Even though in most cases omission of the offset column is likely a mistake there are use cases when user doesn't have the information at scoring time and still wants to make a prediction and post-process the prediction later.
Solution
If offset column is not available at scoring time, user needs to explicitly create a zero offset column. This will make the algorithms behave as if the offset was not specified.
Example:
References
JIRA Issue Migration Info
Jira Issue: TN-12
Assignee: Michal Kurka
Reporter: Michal Kurka
State: In Progress
Beta Was this translation helpful? Give feedback.
All reactions