selectiter | R Documentation |
Select N of learning iterations based on loss
selectiter(
loss.valid,
loss.train,
smooth = TRUE,
plot = FALSE,
verbose = FALSE
)
loss.valid |
Float, vector: Validation loss. Can be NULL |
loss.train |
Float, vector: Training loss |
smooth |
Logical: If TRUE, smooth loss before finding minimum. |
plot |
Logical: If TRUE, plot loss curve. |
verbose |
Logical: If TRUE, print messages to console. |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.