recipes 0.1.15
-
The full tidyselect DSL is now allowed inside recipes
step_*()
functions. This includes the operators&
,|
,-
and!
and the newwhere()
function. Additionally, the restriction preventing user defined selectors from being used has been lifted (#572). -
If steps that drop/add variables are skipped when baking the test set, the resulting column ordering of the baked test set will now be relative to the original recipe specification rather than relative to the baked training set. This is often more intuitive.
-
More infrastructure work to make parallel processing on Windows less buggy with PSOCK clusters
-
fully_trained()
now returnsFALSE
when an unprepped recipe is used.