Develop gen_additive_mod() algorithm with modes "regression" and "classification"
- Use
parsnip::linear_reg() as an example.
- Use
multilevelmod::linear_reg() as an example:
- Test with
parsnip and workflows interfaces
See business-science/modeltime#71 for Discussion and Basic Example
Develop
gen_additive_mod()algorithm with modes "regression" and "classification"parsnip::linear_reg()as an example.multilevelmod::linear_reg()as an example:linear_reg()engines: https://github.com/tidymodels/multilevelmod/blob/master/R/linear_reg_data.RparsnipandworkflowsinterfacesSee business-science/modeltime#71 for Discussion and Basic Example