ClimbsRocks / data-formatter

Takes raw csv input and formats it to be ready for neural networks
19 stars 7 forks source link

run featureSelecting on only new features in polynomialFeatures #62

Open ClimbsRocks opened 8 years ago

ClimbsRocks commented 8 years ago

since we don't yet have categorical data categorized or included in the dataset yet, let's make sure we don't remove any of the original features that might still be useful.

in polynomialFeatures, run feature selection, but run it on only the new continuous columns

make sure at the end that all original continuous features are included.