Open mdancho84 opened 3 years ago
gen_additive_mod()
gam
We can use caret as a baseline for adding more backends (engines) http://topepo.github.io/caret/train-models-by-tag.html#generalized-additive-model
Evaluate the feasibility of using a recipe interface for applying smoothing functions. Something like using step_gam_smooth() as a way of replacing s() inside a formula.
recipe
step_gam_smooth()
s()
https://github.com/topepo/caret/blob/master/models/files/gam.R
Hi @BenWynne-Morris ,
Please, subscribe to #2 , I have written you a message there.
Regards
Modelgam Project Roadmap - MVP
gen_additive_mod()
algorithm withgam
engine (#2)gen_additive_mod()
Future Backends
We can use caret as a baseline for adding more backends (engines) http://topepo.github.io/caret/train-models-by-tag.html#generalized-additive-model
Recipes GAM Steps
Evaluate the feasibility of using a
recipe
interface for applying smoothing functions. Something like usingstep_gam_smooth()
as a way of replacings()
inside a formula.