Is the 'model.P' attribute from PartialLeastSquaresRegressor.jl equivalent to the [x_rotations_ attribute from SKLearn](https://scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html)? The SKLearn documentation describes this attribute as: "The projection matrix used to transform X"
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"