tests/testthat/_snaps/umap.md

check_name() is used

Code
  prep(rec, training = dat)
Condition
  Error in `step_umap()`:
  Caused by error in `bake()`:
  ! Name collision occurred. The following variable names already exist:
  * `UMAP1`

empty printing

Code
  rec
Message

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

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

  -- Operations 
  * UMAP embedding for: <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 
  * UMAP embedding for: <none> | Trained

keep_original_cols - can prep recipes with it missing

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

printing

Code
  print(rec)
Message

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

  -- Inputs 
  Number of variables by role
  predictor: 4

  -- Operations 
  * UMAP embedding for: all_predictors()
Code
  prep(rec)
Message

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

  -- Inputs 
  Number of variables by role
  predictor: 4

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

  -- Operations 
  * UMAP embedding for: Sepal.Length, Sepal.Width, Petal.Length, ... | Trained


topepo/embed documentation built on March 26, 2024, 4:11 a.m.