knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

straystep

Lifecycle: experimental CRAN status

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!

Installation

straystep:: is not on CRAN!

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("mattsq/straystep")

More

I'll add more here once the package actually... definitely works.



mattsq/straystep documentation built on Sept. 27, 2020, 8:26 a.m.