Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions R/model_object_docs.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@
#' As discussed below, the arguments in `args` are captured as
#' quosures and are not immediately executed.
#'
#' * `...`: Optional model-function-specific
#' * `...`: Optional model-function-specific
#' parameters. As with `args`, these will be quosures and can be
#' `varying()`.
#'
#' * `mode`: The type of model, such as "regression" or
#' * `mode`: The type of model, such as "regression" or
#' "classification". Other modes will be added once the package
#' adds more functionality.
#'
#' * `method`: This is a slot that is filled in later by the
#' * `method`: This is a slot that is filled in later by the
#' model's constructor function. It generally contains lists of
#' information that are used to create the fit and prediction code
#' as well as required packages and similar data.
#'
#' * `engine`: This character string declares exactly what
#' * `engine`: This character string declares exactly what
#' software will be used. It can be a package name or a technology
#' type.
#'
#' This class and structure is the basis for how \pkg{parsnip}
#' This class and structure is the basis for how \pkg{parsnip}
#' stores model objects prior to seeing the data.
#'
#' @section Argument Details:
Expand Down
2 changes: 0 additions & 2 deletions man/model_spec.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.