set_all_GriDiSL_options: Setting 'gridisl' Options

Description Usage Arguments Value See Also

Description

Options that control gridisl package. Will reset all unspecified options (omitted arguments) to their default values. The preferred way to set options for gridisl is to use gridislOptions, which allows specifying individual options without having to reset all other options. To reset all options to their defaults simply run set_all_gridisl_options() without any parameters/arguments.

Usage

1
2
3
set_all_gridisl_options(fit.package = c("speedglm", "glm", "h2o", "xgboost",
  "brokenstick", "face"), fit.algorithm = c("glm", "gbm", "randomForest",
  "drf", "deeplearning", "grid", "resid_grid"))

Arguments

fit.package

Specify the default package for performing model fitting: c("speedglm", "glm", "h2o")

fit.algorithm

Specify the default fitting algorithm: c("glm", "gbm", "randomForest", "SuperLearner")

Value

Invisibly returns a list with old option settings.

See Also

gridislOptions, print_gridisl_opts


osofr/GriDiSL documentation built on May 24, 2019, 4:54 p.m.