R/stopping_rules.R

#' @title stopping_rules
#' @description list, stopping_rules object
#' @export
stopping_rules <- list(
  stopping_rounds = 3,
  stopping_metric = "logloss",
  stopping_tolerance = 0.01,
  score_each_iteration = TRUE,
  ntrees = 10000
)
jacobgreen1984/rAutoML documentation built on May 13, 2019, 1:35 p.m.