You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/sources/CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -806,6 +806,7 @@ imput arrays via `transform` and `fit_transform`
806
806
- Sequential Feature Selection algorithms were unified into a single `SequentialFeatureSelector` class with parameters to enable floating selection and toggle between forward and backward selection.
807
807
- Stratified sampling of MNIST (now 500x random samples from each of the 10 digit categories)
808
808
- 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.
0 commit comments