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

Specify name of file for saving each artifact (e.g save_mojo() zip) #7431

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

Comments

@exalate-issue-sync
Copy link

Currently, when saving a mojo, the file name cannot be specified (only path). A generic name is created. E.g.
my_mojo_path/DeepLearning_model_python_1625007754738_1.zip

Request: Add the ability specify file name.

@exalate-issue-sync
Copy link
Author

Neema Mashayekhi commented: Workaround:

Can change the model_id by setting 'model_id' before training

{code:python}H2ODeepLearningEstimator(..., model_id='your_name'){code}

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Details

Jira Issue: PUBDEV-8221
Assignee: Adam Valenta
Reporter: Neema Mashayekhi
State: Resolved
Fix Version: 3.34.0.1
Attachments: N/A
Development PRs: Available

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

Linked PRs from JIRA

#5567

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