setup.earlystop | R Documentation |
Set earlystop parameters
setup.earlystop(
window = 150,
window_decrease_pct_min = 0.01,
total_decrease_pct_max = NULL
)
window |
Integer: Number of steps to consider |
window_decrease_pct_min |
Float: Stop if improvement is less than this percent over last |
total_decrease_pct_max |
Float: Stop if improvement from first to last step exceeds this percent. If defined, overrides |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.