tests/testthat/_snaps/nomial_types.md

missing factors

Code
  check_nominal_type(te, rec$orig_lvls)
Condition
  Warning:
  ! There were 2 columns that were factors when the recipe was prepped:
  * `city` and `zip`
  i This may cause errors when processing new data.

missing single factor

Code
  check_nominal_type(te, rec$orig_lvls)
Condition
  Warning:
  ! There was 1 column that was a factor when the recipe was prepped:
  * `city`
  i This may cause errors when processing new data.

missing factors with skipping

Code
  check_nominal_type(te, rec$orig_lvls)
Condition
  Warning:
  ! There were 2 columns that were factors when the recipe was prepped:
  * `city` and `zip`
  i This may cause errors when processing new data.


topepo/recipes documentation built on April 10, 2024, 10:30 p.m.