mirror of
https://github.com/msberends/AMR.git
synced 2026-05-31 21:41:54 +02:00
fix parallel
This commit is contained in:
@@ -31,24 +31,22 @@ step_sir_numeric(recipe, ..., role = NA, trained = FALSE, columns = NULL,
|
||||
skip = FALSE, id = recipes::rand_id("sir_numeric"))
|
||||
}
|
||||
\arguments{
|
||||
\item{recipe}{A recipe object. The step will be added to the
|
||||
sequence of operations for this recipe.}
|
||||
\item{recipe}{A recipe object. The step will be added to the sequence of
|
||||
operations for this recipe.}
|
||||
|
||||
\item{...}{One or more selector functions to choose variables
|
||||
for this step. See \code{\link[recipes:selections]{selections()}} for more details.}
|
||||
\item{...}{One or more selector functions to choose variables for this step.
|
||||
See \code{\link[recipes:selections]{selections()}} for more details.}
|
||||
|
||||
\item{role}{Not used by this step since no new variables are
|
||||
created.}
|
||||
\item{role}{Not used by this step since no new variables are created.}
|
||||
|
||||
\item{trained}{A logical to indicate if the quantities for
|
||||
preprocessing have been estimated.}
|
||||
\item{trained}{A logical to indicate if the quantities for preprocessing have
|
||||
been estimated.}
|
||||
|
||||
\item{skip}{A logical. Should the step be skipped when the
|
||||
recipe is baked by \code{\link[recipes:bake]{bake()}}? While all operations are baked
|
||||
when \code{\link[recipes:prep]{prep()}} is run, some operations may not be able to be
|
||||
conducted on new data (e.g. processing the outcome variable(s)).
|
||||
Care should be taken when using \code{skip = TRUE} as it may affect
|
||||
the computations for subsequent operations.}
|
||||
\item{skip}{A logical. Should the step be skipped when the recipe is baked by
|
||||
\code{\link[recipes:bake]{bake()}}? While all operations are baked when \code{\link[recipes:prep]{prep()}} is run, some
|
||||
operations may not be able to be conducted on new data (e.g. processing the
|
||||
outcome variable(s)). Care should be taken when using \code{skip = TRUE} as it
|
||||
may affect the computations for subsequent operations.}
|
||||
|
||||
\item{id}{A character string that is unique to this step to identify it.}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user