Skip to content

Releases: tidymodels/parsnip

snapshot prior to removal of recipes code

08 Jun 11:17

Choose a tag to compare

parsnip will be agnostic to recipes after this release of the master branch.

The reason is that the recipe would have to be bound to the fitted model.

That's a bad idea because future code should be able to train a recipe and then use it across many different models (or sub-models). The version is this release is tagged because the existing code can be recycled into the other packages that will need to use recipes for different models.

First prototype version

08 Feb 22:47

Choose a tag to compare

original_prototype

Updated tests