general steps
FeFeSPoT
* transformations (center/scale, skewness, Box-Cox)
* feature extraction
* feature engineering
* predictor selection
* supervised vs unsupervised–supervised considers outcome variable (like PLS)
feature extraction
one-hot encoding / indicator variables
one-hot may refer to encoding every factor level with 0/1, while indicator or dummy variables typically leave one level out (to avoid collinearities)
maximum dissimilarity sampling
resampling types
principal component analysis (PCA)