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', 'zip'.
   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', 'zip'.
   This may cause errors when processing new data.


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.