Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable leaf node assignment for H2OMOJOModel #3869

Closed
exalate-issue-sync bot opened this issue May 22, 2023 · 2 comments
Closed

Enable leaf node assignment for H2OMOJOModel #3869

exalate-issue-sync bot opened this issue May 22, 2023 · 2 comments
Assignees

Comments

@exalate-issue-sync
Copy link

Currently it is possible to create the leaf node assignment using an h2o model like this:

leaf_nodes_train_h2o = model.predict_leaf_node_assignment(h2o_frame)

The enhancement could support this functionality for h2o mojo model in SW:

gbm_model = H2OMOJOModel.createFromMojo(my_model_path)
leaf_node_assingment_df = gbm_model.predict_leaf_node_assignment(features_df)
@DinukaH2O
Copy link

JIRA Issue Migration Info

Jira Issue: SW-2349
Assignee: Jakub Hava
Reporter: Martin Barus
State: Resolved
Fix Version: 3.30.0.7-1
Attachments: N/A
Development PRs: Available

Linked PRs from JIRA

#2214
#2218

@hasithjp
Copy link
Member

JIRA Issue Migration Info Cont'd

Jira Issue Created Date: 2020-07-03T04:43:42.146-0700

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants