File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1818# ' As discussed below, the arguments in `args` are captured as
1919# ' quosures and are not immediately executed.
2020# '
21- # ' * `...`: Optional model-function-specific
21+ # ' * `...`: Optional model-function-specific
2222# ' parameters. As with `args`, these will be quosures and can be
2323# ' `varying()`.
2424# '
25- # ' * `mode`: The type of model, such as "regression" or
25+ # ' * `mode`: The type of model, such as "regression" or
2626# ' "classification". Other modes will be added once the package
2727# ' adds more functionality.
2828# '
29- # ' * `method`: This is a slot that is filled in later by the
29+ # ' * `method`: This is a slot that is filled in later by the
3030# ' model's constructor function. It generally contains lists of
3131# ' information that are used to create the fit and prediction code
3232# ' as well as required packages and similar data.
3333# '
34- # ' * `engine`: This character string declares exactly what
34+ # ' * `engine`: This character string declares exactly what
3535# ' software will be used. It can be a package name or a technology
3636# ' type.
3737# '
38- # ' This class and structure is the basis for how \pkg{parsnip}
38+ # ' This class and structure is the basis for how \pkg{parsnip}
3939# ' stores model objects prior to seeing the data.
4040# '
4141# ' @section Argument Details:
You can’t perform that action at this time.
0 commit comments