Brute force model search with a min and max number of features.
model.subset.Rd
Ranks models based on K-fold CV Q2
Arguments
- data
data frame with output column
- out.col
number of output column
- min
minimum # of features (default = 2)
- max
max # of features (defaults = # of observations / 5)
- folds
defaults to nrow(data)
- iterations
defaults to 1 (LOOCV)
- cutoff
search for Q2 above 0.85 (if there isn't will look for lower)
- cross.terms
if TRUE includes feature interactions (explosive - try avoiding)