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 parameter(s) “output file path + kwargs” to H2O plot functions to enable saving of H2O plots to a file(which I believe can be done via mathplotlib.savefig). #7274

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

Comments

@exalate-issue-sync
Copy link

For example – The current std_coef_plot(num_of_features=None, server=False)[source] takes in 2 parameters
This would be modified to
std_coef_plot(num_of_features=None, server=False, save_plot_path:str=None, **kwargs)

save_plot_path will contain a path to save the plot via using mathplotlib function savefig

Kwargs can be used to pass in additional savefig configuration

I believe all of the plot functions take in a server parameter with a default value of False. The updated function would take in 2 optional parameters to facilitate saving plots to file.

** Waiting on customer to provide a list of preferred H2O functions for proposed enhancement.

@exalate-issue-sync
Copy link
Author

Neema Mashayekhi commented: Priority list is available in the support ticket

@exalate-issue-sync
Copy link
Author

Zuzana Olajcová commented: Resolved in [https://github.com//pull/5853|https://github.com//pull/5853]

@h2o-ops-ro
Copy link
Collaborator

JIRA Issue Details

Jira Issue: PUBDEV-8385
Assignee: Zuzana Olajcová
Reporter: Arun Aryasomayajula
State: Resolved
Fix Version: 3.34.0.4
Attachments: N/A
Development PRs: Available

@h2o-ops-ro
Copy link
Collaborator

Linked PRs from JIRA

#5853

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