Helper function to find features in both train and test set that are "good"
find_good_features(data, x)
data
list of "Train" and "Test" data
list
"Train"
"Test"
x
integer denoting the resample index to operate on
integer
character vector of "good" feature names
character
Trent Henderson