tests/testthat/_snaps/dummy_hash.md

check_name() is used

Code
  prep(rec, training = dat)
Condition
  Error in `step_dummy_hash()`:
  Caused by error in `bake()`:
  ! Name collision occured. The following variable names already exists:
  i  dummyhash_text_01

empty printing

Code
  rec
Message

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

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

  -- Operations 
  * Feature hashing with: <none>
Code
  rec
Message

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

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

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

  -- Operations 
  * Feature hashing with: <none> | Trained

keep_original_cols - can prep recipes with it missing

Code
  rec <- prep(rec)
Condition
  Warning:
  'keep_original_cols' was added to `step_dummy_hash()` after this recipe was created.
  Regenerate your recipe to avoid this warning.

printing

Code
  print(rec)
Message

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

  -- Inputs 
  Number of variables by role
  predictor: 2

  -- Operations 
  * Feature hashing with: sponsor_code
Code
  prep(rec)
Message

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

  -- Inputs 
  Number of variables by role
  predictor: 2

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

  -- Operations 
  * Feature hashing with: sponsor_code | Trained


Try the textrecipes package in your browser

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

textrecipes documentation built on Nov. 16, 2023, 5:06 p.m.