Fit a preprocessing pipeline
fit.RdLearn preprocessing parameters from training data. This function fits the preprocessing pipeline to the provided data matrix, learning parameters such as means, standard deviations, or other transformation parameters.
Value
A fitted preprocessing object that can be used with transform() and inverse_transform()