What's Changed
- Fix: ensure deterministic sorting and rounding in association rules t… by @mariam851 in #1139
- Fix CI by @rasbt in #1150
- Fix issue 510 apriori multiprocessing by @mariam851 in #1151
- Docs: Update example 10 with custom Iris class names (#737) by @N-Harsha-Vardhan-Dev in #1152
- Fix #769 : Prevent double-wrapping of URLs in API generator by @N-Harsha-Vardhan-Dev in #1149
- Improve README with overview of mlxtend use cases by @siddardhadesu in #1143
- Fix LogisticRegression warning and satisfy linting requirements by @mariam851 in #1145
- MAINT: remove deprecated multi_class="multinomial" from LogisticRegression usage by @sachinn854 in #1147
- Fix incorrect R2 * -1 in "Example 4 – Regression and Adjusted R2" print() examples and modernize f-strings by @sachinn854 in #1132
- style: apply ruff formatting and fix label mapping for #589 by @mariam851 in #1157
- feat: add pandas DataFrame/Series support to bias_variance_decomp by @berns722 in #1166
- Use modern uv workflow by @rasbt in #1172
- Improve apriori efficiency by @rasbt in #1179
- fix: raise ValueError in minmax_scaling for constant columns by @karthikankam in #1171
- evaluate: clarify avg_bias is squared bias in bias_variance_decomp (#1083) by @jbbqqf in #1170
- Add tol option by @mariam851 in #1133
- preprocessing: handle constant columns in minmax_scaling (#1167) by @jbbqqf in #1169
- feature_selection: add top_k to EFS.get_metric_dict (#610) by @jbbqqf in #1165
- frequent_patterns: reject min_support outside (0, 1] (#864) by @jbbqqf in #1164
- preprocessing: standardize constant columns to 0.0 (#1058) by @jbbqqf in #1163
- Respect y_int flag in check_Xy input validation by @manishaagangadevi in #1159
New Contributors
- @mariam851 made their first contribution in #1139
- @N-Harsha-Vardhan-Dev made their first contribution in #1152
- @siddardhadesu made their first contribution in #1143
- @sachinn854 made their first contribution in #1147
- @berns722 made their first contribution in #1166
- @dependabot[bot] made their first contribution in #1175
- @karthikankam made their first contribution in #1171
- @jbbqqf made their first contribution in #1170
- @manishaagangadevi made their first contribution in #1159
Full Changelog: v0.24.0...v0.25.0