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

Fix generic mojo returning corrupted object as ignored_columns parameter #7346

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

Comments

@exalate-issue-sync
Copy link

Fetching the ignored_columns from the model's parameters on generic mojo returns corrupted object. It should return list of strings like original model. It was working well in 3.30.0.3.. reproducible like this:

{code:java}
airlines_gbm.train(y = response, training_frame = train, validation_frame = valid)
airlines_gbm.download_mojo('my_mojo.zip')
model_from_mojo = h2o.import_mojo('my_mojo.zip')
{code}

@h2o-ops-ro
Copy link
Collaborator

JIRA Issue Details

Jira Issue: PUBDEV-8309
Assignee: Zuzana Olajcová
Reporter: Zuzana Olajcová
State: Resolved
Fix Version: 3.32.1.7
Attachments: N/A
Development PRs: Available

@h2o-ops-ro
Copy link
Collaborator

Linked PRs from JIRA

#5663

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

1 participant