Every data science project hits the point where you investigate which subset of variables you should include in your model.
If you have a handful of variables, you can easily do exhaustive variable selection. But if you have hundreds, or thousands, of possible variables to choose from, you may want to find a way to select the best subset to start with.
This app provides a graphical interface that applies several information criteria metrics to a data set, and assesses how predictive the variables are in relation to a defined target.