Skip to content

recipes 0.1.15

Compare
Choose a tag to compare
@topepo topepo released this 11 Nov 19:32
  • The full tidyselect DSL is now allowed inside recipes step_*() functions. This includes the operators &, |, - and ! and the new where() 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 returns FALSE when an unprepped recipe is used.