Version 0.23.0
Downloads
-
[Source code (zip)](https://github.com/rasbt/mlxtend/archive/v0.21.1.zip)
-
[Source code (tar.gz)](https://github.com/rasbt/mlxtend/archive/v0.22.1.tar.gz)
Changes
- Address NumPy deprecations to make mlxtend compatible to NumPy 1.24
- Changed the signature of the
LinearRegression
model of sklearn in the test removing thenormalize
parameter as it is deprecated. ([#1036](#1036)) - Add
pyproject.toml
to support PEP 518 builds ([#1065](#1065) via [jmahlik](https://github.com/jmahlik)) - Fixed installation from sdist failing ([#1065](#1065) via [jmahlik](https://github.com/jmahlik))
- Converted configuration to
pyproject.toml
([#1065](#1065) via [jmahlik](https://github.com/jmahlik)) - Remove
mlxtend.image
submodule with face recognition functions due to poordlib
support in modern environments.
New Features and Enhancements
- Document how to use
SequentialFeatureSelector
and multiclass ROC AUC.