8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56bce4 commit e5be3adCopy full SHA for e5be3ad
sklearn/linear_model/bayes.py
@@ -453,6 +453,10 @@ class ARDRegression(RegressorMixin, LinearModel):
453
scores_ : float
454
if computed, value of the objective function (to be maximized)
455
456
+ intercept_ : float
457
+ Independent term in decision function. Set to 0.0 if
458
+ ``fit_intercept = False``.
459
+
460
Examples
461
--------
462
>>> from sklearn import linear_model
0 commit comments