Skip to main content

Module pls

Module pls 

Source
Expand description

Partial Least Squares Regression (PLS1).

Mirrors sklearn.cross_decomposition.PLSRegression. Implements the NIPALS algorithm for n_components latent variables on 1-D y (PLS1). 2-D y (PLS2) is not currently supported.

Structsยง

FittedPlsRegression
PlsRegression