Learn Before
Concept

Best Subset Selection

Approach that includes testing all possible combinations of predictor variables and then selecting the best model. Required packages for R:

  1. tidyverse for easy data manipulation and visualization
  2. caret for easy machine learning workflow
  3. leaps, for computing best subsets regression

0

1

Updated 2020-06-19

Tags

Data Science

Related