Description Usage Arguments Details Value
Trains and deploys models across a vast parameter search space.
1 2 |
array.train |
Specifies the |
array.valid |
Specifies the |
top |
A numeric scalar or character vector. A numeric scalar indicates
the number of top features that should undergo feature selection. A character vector
indicates specifically which features by name should undergo feature selection.
Set |
how |
A character string. Specifies the |
fold |
A numeric scalar. Specifies the number of folds for cross-validation.
Set |
aucSkip |
A logical scalar. Argument passed to |
verbose |
A logical scalar. Argument passed to |
... |
Arguments passed to the |
plGrid
will build
and exprso-predict
for
each combination of parameters provided as additional arguments (...
).
When using plGrid
, supplying a numeric vector as the top
argument will train and deploy a model of each mentioned size for
each combination of parameters provided in ...
. To skip validation set
prediction, use array.valid = NULL
. Either way, this function returns an
ExprsPipeline-class
object which contains a summary of the build
parameters and the models themselves. The argument fold
controls
cross-validation via plCV
.
An ExprsPipeline-class
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.