Use plateau method to choose the L1 penalty of HAL (average squared density)

Use plateau method to choose the L1 penalty of HAL (average squared density)

Super class

TMLEbootstrap::tuneHyperparam -> avgDensityTuneHyperparam

Methods

Public methods

Inherited methods

Method new()

Usage

avgDensityTuneHyperparam$new(bin_width, epsilon_step, ...)


Method add_lambda()

Usage

avgDensityTuneHyperparam$add_lambda(
  lambda_grid = NULL,
  to_parallel = FALSE,
  ...
)


Method clone()

The objects of this class are cloneable with this method.

Usage

avgDensityTuneHyperparam$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.