Skip to content

Commit

Permalink
move entry to the most recent section
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed May 17, 2023
1 parent 6279cc1 commit ea83ad6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/sources/CHANGELOG.md
Expand Up @@ -19,7 +19,7 @@ The CHANGELOG for the current development version is available at

##### Changes

- ...
- 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))

##### New Features and Enhancements

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

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

Expand Down

0 comments on commit ea83ad6

Please sign in to comment.