gam_formula | R Documentation |
This function takes the formula from a recipe, and turns numeric predictors into smooths with a given k. This formula can be passed to a workflow or workflow set when fitting a gam.
gam_formula(object, k = 10)
object |
a recipes::recipe, already trained |
k |
the k value for the smooth |
a formula
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.