datawig icon indicating copy to clipboard operation
datawig copied to clipboard

Autowig

Open felixbiessmann opened this issue 3 years ago • 3 comments

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.

felixbiessmann avatar Jun 22 '21 11:06 felixbiessmann

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?

tdhd avatar Jul 15 '21 09:07 tdhd

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.

felixbiessmann avatar Jul 15 '21 09:07 felixbiessmann

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.

tdhd avatar Jul 15 '21 09:07 tdhd