8000
BUG: linear model inputs are not normalized when fit_intercept=False #5799
Labels
From #5357 as a separated issue. The problem in the code is here:
normalize
is not used in the branch offit_intercept=False
.Proposed strategy, rielaborated from a discussion with @agramfort:
fit_intercept=False
fit_intercept=False
andnormalize=True
, suggesting to switch tonormalize=False
to obtain the same result. In 2 releases time, the behaviour with those options will be changedFeedback appreciated 🍻
The text was updated successfully, but these errors were encountered: