# No kPCA comps Code pca_extract Message -- Recipe ---------------------------------------------------------------------- -- Inputs Number of variables by role outcome: 1 predictor: 5 -- Training information Training data contained 100 data points and no incomplete rows. -- Operations * RBF kernel PCA extraction with: X2, X3, X4, X5, X6 | Trained # check_name() is used Code prep(rec, training = dat) Condition Error in `step_kpca_rbf()`: Caused by error in `bake()`: ! Name collision occured. The following variable names already exists: i kPC1 # empty printing Code rec Message -- Recipe ---------------------------------------------------------------------- -- Inputs Number of variables by role outcome: 1 predictor: 10 -- Operations * RBF kernel PCA extraction with: --- 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 * RBF kernel PCA extraction with: | Trained # keep_original_cols - can prep recipes with it missing Code rec <- prep(rec) Condition Warning: 'keep_original_cols' was added to `step_kpca_rbf()` after this recipe was created. Regenerate your recipe to avoid this warning. # printing Code print(rec) Message -- Recipe ---------------------------------------------------------------------- -- Inputs Number of variables by role outcome: 1 predictor: 5 --- Code prep(rec) Message -- Recipe ---------------------------------------------------------------------- -- Inputs Number of variables by role outcome: 1 predictor: 5 -- Training information Training data contained 100 data points and no incomplete rows.