-
I have to confess I'm still confused about {workflows} and {tune} in {tidymodels}, especially because you can't change the formula once you add a recipe to a workflow. It's definitely useful, but I think my mental model is lacking a bit. #rstats
-
And the fitting functions in {tune} I find kind of confusing, such as
last_fit(). -
I know you can remove a formula by using
remove_formula()in a workflow, though. I'm slowly putting the pieces together. -
Part of it is the polymorphism of
parsnip::fit()- it can work with both a model and a workflow, and I'm still learning what methods belong to which. -
This isn't a slight, I'm still building my mental models here.