EZtune: Tunes AdaBoost, Elastic Net, Support Vector Machines, and Gradient Boosting Machines

Contains two functions that are intended to make tuning supervised learning methods easy. The eztune function uses a genetic algorithm or Hooke-Jeeves optimizer to find the best set of tuning parameters. The user can choose the optimizer, the learning method, and if optimization will be based on accuracy obtained through validation error, cross validation, or resubstitution. The function eztune.cv will compute a cross validated error rate. The purpose of eztune_cv is to provide a cross validated accuracy or MSE when resubstitution or validation data are used for optimization because error measures from both approaches can be misleading.

Version: 3.1.1
Depends: R (≥ 3.1.0)
Imports: ada, e1071, GA, gbm, optimx, rpart, glmnet, ROCR, BiocStyle
Suggests: knitr, rmarkdown, mlbench, doParallel, parallel, dplyr, yardstick, rsample
Published: 2021-12-10
Author: Jill Lundell [aut, cre]
Maintainer: Jill Lundell <jflundell at gmail.com>
License: GPL-3
NeedsCompilation: no
Citation: EZtune citation info
Materials: README
CRAN checks: EZtune results

Documentation:

Reference manual: EZtune.pdf
Vignettes: EZtune

Downloads:

Package source: EZtune_3.1.1.tar.gz
Windows binaries: r-devel: EZtune_3.1.1.zip, r-release: EZtune_3.1.1.zip, r-oldrel: EZtune_3.1.1.zip
macOS binaries: r-release (arm64): EZtune_3.1.1.tgz, r-oldrel (arm64): EZtune_3.1.1.tgz, r-release (x86_64): EZtune_3.1.1.tgz
Old sources: EZtune archive

Reverse dependencies:

Reverse imports: cytofQC
Reverse suggests: randomForestVIP

Linking:

Please use the canonical form https://CRAN.R-project.org/package=EZtune to link to this page.