Skip to contents

Filter resample data sets according to good feature list

Usage

filter_good_features(data, x, good_features)

Arguments

data

list of "Train" and "Test" data

x

integer denoting the resample index to operate on

good_features

character vector of good features to keep

Value

list of filtered train and test data

Author

Trent Henderson