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

[automl] refactored to provide extended public API #1235

Merged
merged 8 commits into from
Jul 20, 2021
Merged

Conversation

tgaddair
Copy link
Collaborator

This PR allows the user to specify different dataset input formats and to call AutoML functions in piecemeal fashion.

@tgaddair tgaddair changed the title [automl] refactored to provide more versatile public API [automl] refactored to provide more extended public API Jul 17, 2021
@tgaddair tgaddair changed the title [automl] refactored to provide more extended public API [automl] refactored to provide extended public API Jul 17, 2021
@tgaddair tgaddair requested a review from ANarayan July 19, 2021 17:29
@tgaddair tgaddair marked this pull request as ready for review July 20, 2021 03:22
@tgaddair tgaddair merged commit f26aac5 into master Jul 20, 2021
@tgaddair tgaddair deleted the automl-refactor branch July 20, 2021 03:33
from ludwig.automl.utils import (FieldInfo, avg_num_tokens,
get_available_resources)
get_available_resources, _ray_init)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as we are importing and using _ray_init in a few places, wouldn't it be better making it properly available without the _ in the name?

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

Successfully merging this pull request may close these issues.

None yet

2 participants