Nothing
Code
colnames(transform_impl(model, tbl_mtcars, prep = TRUE))
Output
[1] "mpg" "cyl" "disp" "hp" "drat"
[6] "wt" "qsec" "vs" "am" "gear"
[11] "carb" "label" "features" "prediction" "probability"
Code
colnames(transform_impl(model, tbl_mtcars, prep = TRUE, remove = TRUE))
Output
[1] "mpg" "cyl" "disp" "hp" "drat"
[6] "wt" "qsec" "vs" "am" "gear"
[11] "carb" "prediction" "probability"
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.