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

Autowig #151

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Autowig #151

wants to merge 14 commits into from

Conversation

felixbiessmann
Copy link
Contributor

Description of changes:

We deleted most of the original package and now use only the tabular prediction API of AutoGluon

Only basic functionality is implemented and lightly tested yet, more to come.
The AutoGluonImputer supports fit, predict and complete, as before.

Docs, pypi and build are temporarily disabled.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@tdhd
Copy link
Contributor

tdhd commented Jul 15, 2021

Awesome, Felix!

Can we somehow constrain the search space for the AutoGluon models? Do you think it would make sense exposing these constraints when using datawig?

I saw you added a time_limit parameter for the training method, is that in seconds?

@felixbiessmann
Copy link
Contributor Author

yes, the search space can be constrained in many different ways, but I thought the time budget is the most convenient option, as depending on the hardware and dependencies available, not all models would be available.

@tdhd
Copy link
Contributor

tdhd commented Jul 15, 2021

Is it possible to constrain to, for example, linear models with different light-weight pre-processing stages only? I think offering this constraint to users of autowig could work very well (and fast) for most use-cases.

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.

2 participants