Intelligent Feature Selection (with SVM or PCA)

Just double-checking this as per @weefuzzy in the thread about IQR-ing stuff, PCA wants zero-mean stuff which would be either standardize or robust scaling, whereas my process here (based on @tedmoore’s) uses normalization before fit-ing the PCA, so that would produce 0. to 1. instead.