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
The posterior covariance matrix in BayesianRidge, attribute sigma_, is incorrect when n_features > n_samples. This is because the posterior covariance requires the full svd, while the current code uses the reduced svd.
Describe the bug
The posterior covariance matrix in
BayesianRidge
, attributesigma_
, is incorrect whenn_features > n_samples
. This is because the posterior covariance requires the full svd, while the current code uses the reduced svd.Steps/Code to Reproduce
Expected Results
True
Actual Results
False
Versions
The text was updated successfully, but these errors were encountered: