Skip to content

Commit 349eaca

Browse files
committed
DOC: fix shape lambda_ attribute in BayesianRidge
1 parent e91dea3 commit 349eaca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sklearn/linear_model/bayes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ class BayesianRidge(LinearModel, RegressorMixin):
8181
alpha_ : float
8282
estimated precision of the noise.
8383
84-
lambda_ : array, shape = (n_features)
85-
estimated precisions of the weights.
84+
lambda_ : float
85+
estimated precision of the weights.
8686
8787
scores_ : float
8888
if computed, value of the objective function (to be maximized)

0 commit comments

Comments
 (0)