knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of straystep is to add a recipes:: step for the HDOutliers implementation stray::
It's basically an experiment for me of building a step that's only used at train time, not inference.
It almost certainly doesn't work yet!
straystep:: is not on CRAN!
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("mattsq/straystep")
I'll add more here once the package actually... definitely works.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.