R/step_smote.R

Defines functions orbital.step_smote

#' @export
orbital.step_smote <- function(x, all_vars, ...) {
	cli::cli_abort(
		"{.fn orbital} method doesn't work for {.fn step_smote} when \\
    {.arg skip} is {.code FALSE}."
	)
}

Try the orbital package in your browser

Any scripts or data that you put into this service are public.

orbital documentation built on April 3, 2025, 8:47 p.m.