8000 [DOC] Adds to the current list of attributes for Bayes ARDRegression … · scikit-learn/scikit-learn@e5be3ad · GitHub
[go: up one dir, main page]

Skip to content

Commit e5be3ad

Browse files
dakotagrusakagramfort
authored andcommitted
[DOC] Adds to the current list of attributes for Bayes ARDRegression class (#15003)
* Add intercept_ to the current list of attributes for ARDRegression * Update bayes.py to resolve flake8 error * Update bayes.py
1 parent c56bce4 commit e5be3ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sklearn/linear_model/bayes.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,10 @@ class ARDRegression(RegressorMixin, LinearModel):
453453
scores_ : float
454454
if computed, value of the objective function (to be maximized)
455455
456+
intercept_ : float
457+
Independent term in decision function. Set to 0.0 if
458+
``fit_intercept = False``.
459+
456460
Examples
457461
--------
458462
>>> from sklearn import linear_model

0 commit comments

Comments
 (0)
0