## Exhaustive search on the mtcars data
data(mtcars)
ES <- ExhaustiveSearch(mpg ~ ., data = mtcars, family = "gaussian")
## Get the feature combinations of the top 3 models
getFeatures(ES, 1:3)
## Get the feature combination of the 531th best model
getFeatures(ES, 531)
Run the code above in your browser using DataLab