Skip to content

Commit ea83ad6

Browse files
committed
move entry to the most recent section
1 parent 6279cc1 commit ea83ad6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/sources/CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The CHANGELOG for the current development version is available at
1919

2020
##### Changes
2121

22-
- ...
22+
- Changed the signature of the `LinearRegression` model of sklearn in the test removing the `normalize` parameter as it is deprecated. ([#1036](https://github.com/rasbt/mlxtend/issues/1036))
2323

2424
##### New Features and Enhancements
2525

@@ -806,7 +806,6 @@ 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.
810809

811810
### Version 0.2.9 (2015-07-14)
812811

0 commit comments

Comments
 (0)