| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-13 | 567 Bytes | |
| v0.24.0 source code.tar.gz | 2025-12-13 | 14.9 MB | |
| v0.24.0 source code.zip | 2025-12-13 | 15.8 MB | |
| Totals: 3 Items | 30.7 MB | 16 | |
Changes
- Compatibility with latest scikit-learn (1.8.0) and pandas versions (2.3.3)
mlxtend/classifier/stacking_cv_classification.pyandmlxtend/regressor/stacking_cv_regression.py- Modified
meta_featuresto ensure compatibility with scikit-learn versions 1.4 and above by dynamically selecting betweenfit_paramsandparamsincross_val_predict.
- Modified