lalvim / PartialLeastSquaresRegressor.jl

Implementation of a Partial Least Squares Regressor
MIT License
40 stars 8 forks source link

Question about model.P attribute #28

Open vikram-s-narayan opened 2 years ago

vikram-s-narayan commented 2 years ago

Is the 'model.P' attribute from PartialLeastSquaresRegressor.jl equivalent to the xrotations attribute from SKLearn?

The SKLearn documentation describes this attribute as: "The projection matrix used to transform X"