Description
Tunes AdaBoost, Elastic Net, Support Vector Machines, and Gradient Boosting Machines.
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.
README.md
"# 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.