Skip to content

Commit 6279cc1

Browse files
committed
Fixed LinearRegression Depreciation
1 parent d39b286 commit 6279cc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/sources/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,7 @@ imput arrays via `transform` and `fit_transform`
806806
- Sequential Feature Selection algorithms were unified into a single `SequentialFeatureSelector` class with parameters to enable floating selection and toggle between forward and backward selection.
807807
- Stratified sampling of MNIST (now 500x random samples from each of the 10 digit categories)
808808
- Renaming `mlxtend.plotting` to `mlxtend.general_plotting` in order to distinguish general plotting function from specialized utility function such as `evaluate.plot_decision_regions`
809+
- Changing the signature of the `LinearRegression` model of sklearn and removing `normalize` parameter as it is depreciated.
809810

810811
### Version 0.2.9 (2015-07-14)
811812

0 commit comments

Comments
 (0)