The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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 |
DOI: | 10.32614/CRAN.package.EZtune |
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 |
Reference manual: | EZtune.pdf |
Vignettes: |
EZtune |
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, r-oldrel (x86_64): EZtune_3.1.1.tgz |
Old sources: | EZtune archive |
Reverse imports: | cytofQC |
Reverse suggests: | randomForestVIP |
Please use the canonical form https://CRAN.R-project.org/package=EZtune to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.