CRAN/E | EZtune

EZtune

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

Installation

About

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.

Citation EZtune citation info

Key Metrics

Version 3.1.1
R ≥ 3.1.0
Published 2021-12-10 867 days ago
Needs compilation? no
License GPL-3
CRAN checks EZtune results

Downloads

Yesterday 9 0%
Last 7 days 57 -19%
Last 30 days 253 0%
Last 90 days 728 -21%
Last 365 days 3.070 -15%

Maintainer

Maintainer

Jill Lundell

jflundell@gmail.com

Authors

Jill Lundell

aut / cre

Material

README
Reference manual
Package source

Vignettes

EZtune

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

EZtune archive

Depends

R ≥ 3.1.0

Imports

ada
e1071
GA
gbm
optimx
rpart
glmnet
ROCR
BiocStyle

Suggests

knitr
rmarkdown
mlbench
doParallel
parallel
dplyr
yardstick
rsample