msaenet.tune.glmnet: Automatic (parallel) parameter tuning for glmnet models

View source: R/msaenet-tune-glmnet.R

msaenet.tune.glmnetR Documentation

Automatic (parallel) parameter tuning for glmnet models

Description

Automatic (parallel) parameter tuning for glmnet models

Usage

msaenet.tune.glmnet(
  x,
  y,
  family,
  alphas,
  tune,
  nfolds,
  rule,
  ebic.gamma,
  lower.limits,
  upper.limits,
  seed,
  parallel,
  ...
)

Value

Optimal model object, parameter set, and criterion value

Author(s)

Nan Xiao <https://nanx.me>

References

Chen, Jiahua, and Zehua Chen. (2008). Extended Bayesian information criteria for model selection with large model spaces. Biometrika 95(3), 759–771.


nanxstats/msaenet documentation built on March 8, 2024, 9:37 p.m.