PartialLeastSquaresRegressor.jl
PartialLeastSquaresRegressor.jl copied to clipboard
Question about model.P attribute
Is the 'model.P' attribute from PartialLeastSquaresRegressor.jl equivalent to the x_rotations_ attribute from SKLearn?
The SKLearn documentation describes this attribute as: "The projection matrix used to transform X"