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

Add a print method for H2OSegmentModel object type in R #8214

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

Add a print method for H2OSegmentModel object type in R #8214

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

Comments

@exalate-issue-sync
Copy link

Currently, it just prints something like this (default S4 class print is to just print all slots):

{noformat}> models
An object of class "H2OSegmentModels"
Slot "segment_models_id":
[1] "GBM_segment_models_R_1585732049703_2"{noformat}

@exalate-issue-sync
Copy link
Author

Erin LeDell commented: Now it prints something like this:

{code:r}> models
Segment Models ID: GBM_segment_models_R_1585799836187_2
Individual Segment Models:
Species Status Model Errors Warnings
1 setosa SUCCEEDED GBM_segment_models_R_1585799836187_2_0
2 versicolor SUCCEEDED GBM_segment_models_R_1585799836187_2_1
3 virginica SUCCEEDED GBM_segment_models_R_1585799836187_2_2 {code}

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Migration Info

Jira Issue: PUBDEV-7423
Assignee: Erin LeDell
Reporter: Erin LeDell
State: Resolved
Fix Version: 3.30.0.1
Attachments: N/A
Development PRs: Available

Linked PRs from JIRA

#4485
#4477

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