tests/testthat/_snaps/skipping.md

simple skip

Code
  prepped_2 <- prep(rec_1, training = iris, retain = FALSE)
Condition
  Warning:
  Since some operations have `skip = TRUE`, using `retain = TRUE` will allow those steps results to be accessible.
Code
  prep(rec_1, training = iris, retain = FALSE)
Condition
  Warning:
  Since some operations have `skip = TRUE`, using `retain = TRUE` will allow those steps results to be accessible.
Message

  -- Recipe ----------------------------------------------------------------------

  -- Inputs 
  Number of variables by role
  outcome:   1
  predictor: 4

  -- Training information 
  Training data contained 150 data points and no incomplete rows.

  -- Operations 
  * Log transformation on: Sepal.Length | Trained
  * Dummy variables from: Species | Trained
  * Centering for: Sepal.Width, Petal.Length, Petal.Width, ... | Trained


Try the recipes package in your browser

Any scripts or data that you put into this service are public.

recipes documentation built on Aug. 26, 2023, 1:08 a.m.