Robust MSC is an implementation of multiplicative scatter correction that is better suited at handling outliers in the original spectra.
Learn how to include Multiplicative scatter correction in a custom pipeline using scikit-learn.
The process of developing and optimising a regression model, almost invariably requires a sequence of steps. These steps can be combined in a single predictor using the Pipeline function …