Description Usage Arguments Details Value Examples
Over-write the tuning parameter selection process.
You can also calculate new performance metrics given the hold-out predictions
are stored in object
.
1 2 3 4 5 |
object |
a object of class |
modParam |
a data frame with the desired model parameters, or |
modRow |
the index of the model, i.e. the row in the |
modRank |
the model at the modRank-th position after sorting metric a performance metric (can be specified via argumetn |
metric |
The metric used to select the model, e.g. in conjunction with |
puSummaryFunction |
a function that can be passed to the |
aggregatePredictions |
The default is |
newMetricsOnly |
logical with default set to |
allowParallel |
if true and if a parallel backend is registered the calcualtions are run parallel |
verbose |
A logical for printing information about the updated model. |
... |
other arguments that can be passed to update.train |
update.train
an updated trainOcc object.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.