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.
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.