business-science / gammodels

The parsnip backend for GAM Models.
https://business-science.github.io/gammodels/
Other
7 stars 3 forks source link

Roadmap: gammodels package #1

Open mdancho84 opened 3 years ago

mdancho84 commented 3 years ago

Modelgam Project Roadmap - MVP

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 using step_gam_smooth() as a way of replacing s() inside a formula.

BenWynne-Morris commented 3 years ago

https://github.com/topepo/caret/blob/master/models/files/gam.R

AlbertoAlmuinha commented 3 years ago

Hi @BenWynne-Morris ,

Please, subscribe to #2 , I have written you a message there.

Regards