You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In FPCA the mean is subtracted twice: first explicitly by a _center_if_necessary function and then implicitly inside the sklearn PCA. The mean subtracted by the inner PCA is not a zero vector. Is it an intended behavior or the inner call should be to the TruncatedSVD method instead of the PCA?
The text was updated successfully, but these errors were encountered:
In FPCA the mean is subtracted twice: first explicitly by a
_center_if_necessary
function and then implicitly inside the sklearnPCA
. The mean subtracted by the inner PCA is not a zero vector. Is it an intended behavior or the inner call should be to theTruncatedSVD
method instead of thePCA
?The text was updated successfully, but these errors were encountered: