-
-
Notifications
You must be signed in to change notification settings - Fork 26.5k
Closed
Labels
APIBugModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practices
Milestone
Description
A number of linear models have a normalize option to scale all features to equal variance.
However, this only has any effect if fit_intercept=True. This interaction does not appear to be documented.
So this issue requests that one of the following actions be taken:
- the
fit_intercept=Truerequirement should be noted in the comment fornormalize; or normalizeshould apply whenfit_intercept=False, assuming the data is already centered
Metadata
Metadata
Assignees
Labels
APIBugModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practices