ludwig icon indicating copy to clipboard operation
ludwig copied to clipboard

refactor/feat: Convert pieces of Ludwig schema to marshmallow-style schemas

Open ksbrar opened this issue 3 years ago • 0 comments

This issue tracks the conversion of core pieces of the Ludwig schema to using marshmallow schemas:

  • [x] Combiners - #1347
  • [x] Trainer - #1606
  • [ ] Hyperopt
  • [ ] Preprocessing
  • [ ] Encoders
  • [x] Input features - https://github.com/ludwig-ai/ludwig/pull/2147
  • [x] Output features - https://github.com/ludwig-ai/ludwig/pull/2147

CC @justinxzhao

ksbrar avatar May 09 '22 19:05 ksbrar