Package: EZtune
Type: Package
Title: Tunes AdaBoost, Elastic Net, Support Vector Machines, and
        Gradient Boosting Machines
Version: 3.1.1
Authors@R: person("Jill", "Lundell", email = "jflundell@gmail.com",
  role = c("aut", "cre"))
Maintainer: Jill Lundell <jflundell@gmail.com>
Description: 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.
Depends: R (>= 3.1.0)
Imports: ada, e1071, GA, gbm, optimx, rpart, glmnet, ROCR, BiocStyle
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests: knitr, rmarkdown, mlbench, doParallel, parallel, dplyr,
        yardstick, rsample
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-12-09 22:36:43 UTC; jflun
Author: Jill Lundell [aut, cre]
Repository: CRAN
Date/Publication: 2021-12-10 05:30:02 UTC
Built: R 4.1.0; ; 2021-12-10 13:15:36 UTC; unix
