Nothing
Code
prep(rec, training = dat)
Condition
Error in `step_tf()`:
Caused by error in `bake()`:
! Name collision occured. The following variable names already exists:
i tf_text_i
Code
rec
Message
-- Recipe ----------------------------------------------------------------------
-- Inputs
Number of variables by role
outcome: 1
predictor: 10
-- Operations
* Term frequency 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
* Term frequency with: <none> | Trained
Code
rec <- prep(rec)
Condition
Warning:
'keep_original_cols' was added to `step_tf()` after this recipe was created.
Regenerate your recipe to avoid this warning.
Code
print(rec)
Message
-- Recipe ----------------------------------------------------------------------
-- Inputs
Number of variables by role
predictor: 1
-- Operations
* Tokenization for: text
* Term frequency with: text
Code
prep(rec)
Message
-- Recipe ----------------------------------------------------------------------
-- Inputs
Number of variables by role
predictor: 1
-- Training information
Training data contained 4 data points and no incomplete rows.
-- Operations
* Tokenization for: text | Trained
* Term frequency with: text | Trained
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.