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

skip_save_unprocessed_output is not available for LudwigModel.predict #492

Closed
BeWe11 opened this issue Aug 13, 2019 · 0 comments
Closed
Labels
feature New feature or request

Comments

@BeWe11
Copy link

BeWe11 commented Aug 13, 2019

Describe the bug
The skip_save_unprocessed_output flag is not available as a keyword argument when using the python API.

To Reproduce
Simply create a ludwig model in python and add skip_save_unprocessed_output=True to the keyword arguments of model.predict

Expected behavior
I'd expect feature parity between the CLI predict script and the python API. Right now it's not possible to train using the python API without creating unnecessary files.

Thank you for this great library! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants