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

Create examples for the Node, Leaf Node, and Split Leaf Node sections in the Python documentation #8867

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

Comments

@exalate-issue-sync
Copy link

The Node, Leaf Node, and Split Leaf Node sections in the Python documentation is missing examples: http://h2o-release.s3.amazonaws.com/h2o/master/4760/docs-website/h2o-py/docs/tree.html#h2o-node-class

Also, add an example for the main tree class entry: http://h2o-release.s3.amazonaws.com/h2o/master/4760/docs-website/h2o-py/docs/tree.html#h2o.tree.H2OTree

The source file is located at h2o-3/h2o-py/h2o/tree/tree.py

Examples are not available, but you should be able to use the Tree Class examples, which use the following datasets:

@exalate-issue-sync
Copy link
Author

Angela Bartz commented: Note that these three sections need to be redone because these options listed are actually parameters. So when retrieving a leave node, you have to specify an ID and a prediction value. When retrieving a split node, you have to specify and ID along with these seven other options.

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Migration Info

Jira Issue: PUBDEV-6766
Assignee: hannah.tillman
Reporter: Angela Bartz
State: Resolved
Fix Version: 3.28.0.1
Attachments: N/A
Development PRs: Available

Linked PRs from JIRA

#3865

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

2 participants