selectiter: Select N of learning iterations based on loss

View source: R/selectiter.R

selectiterR Documentation

Select N of learning iterations based on loss

Description

Select N of learning iterations based on loss

Usage

selectiter(
  loss.valid,
  loss.train,
  smooth = TRUE,
  plot = FALSE,
  verbose = FALSE
)

Arguments

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.

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.