View source: R/param_stop_iter.R
stop_iter | R Documentation |
For some models, the effectiveness of the model can decrease as training
iterations continue. stop_iter()
can be used to tune how many iterations
without an improvement in the objective function occur before training should
be halted.
stop_iter(range = c(3L, 20L), trans = NULL)
range |
A two-element vector holding the defaults for the smallest and largest possible values, respectively. If a transformation is specified, these values should be in the transformed units. |
trans |
A |
stop_iter()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.