-
Notifications
You must be signed in to change notification settings - Fork 69
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
base: master
Are you sure you want to change the base?
Autowig #151
Conversation
- deleted docs and superfluous tests - updated quickstart examples - added example notebook
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 |
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. |
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. |
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
supportsfit
,predict
andcomplete
, 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.