Pre-processing of dataset

PCA Principal component analysis (PCA).
Scaling Scale all feature values into the certain range.
Standardization Scale all feature values to be zero-mean and unit-variance.

Pre-processing base class

PreprocessBase Base class of pre-processing.