Crandore Hub

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.

README

"# EZtune" 

Version 3.0.0 was updated to include options for tuning using AUC for 
classification models and mean absolute error (MAE) for regression 
models. 

The function eztune_cv returns both the classification accuracy and 
AUC for classification models. It returns both MSE and MAE for 
regression models. 

Versions across snapshots

VersionRepositoryFileSize
3.1.1 rolling linux/jammy R-4.5 EZtune_3.1.1.tar.gz 1.3 MiB
3.1.1 rolling linux/noble R-4.5 EZtune_3.1.1.tar.gz 1.3 MiB
3.1.1 rolling source/ R- EZtune_3.1.1.tar.gz 1.3 MiB
3.1.1 latest linux/jammy R-4.5 EZtune_3.1.1.tar.gz 1.3 MiB
3.1.1 latest linux/noble R-4.5 EZtune_3.1.1.tar.gz 1.3 MiB
3.1.1 latest source/ R- EZtune_3.1.1.tar.gz 1.3 MiB
3.1.1 2026-04-26 source/ R- EZtune_3.1.1.tar.gz 1.3 MiB
3.1.1 2026-04-23 source/ R- EZtune_3.1.1.tar.gz 1.3 MiB
3.1.1 2025-04-20 source/ R- EZtune_3.1.1.tar.gz 1.3 MiB

Dependencies (latest)

Imports

Suggests