Skip to content

Version 0.17.3

Compare
Choose a tag to compare
@rasbt rasbt released this 28 Jul 02:35
· 561 commits to master since this release
35f9061
New Features
  • Add predict_proba kwarg to bootstrap methods, to allow bootstrapping of scoring functions that take in probability values. (#700 via Adam Li)
  • Add a cell_values parameter to mlxtend.plotting.heatmap() to optionally suppress cell annotations by setting cell_values=False. (#703
Changes
  • Implemented both use_clones and fit_base_estimators (previously refit in EnsembleVoteClassifier) for EnsembleVoteClassifier and StackingClassifier. (#670 via Katrina Ni)
  • Switched to using raw strings for regex in mlxtend.text to prevent deprecation warning in Python 3.8 (#688)
  • Slice data in sequential forward selection before sending to parallel backend, reducing memory consumption.
Bug Fixes
  • Fixes axis DeprecationWarning in matplotlib v3.1.0 and newer. (#673)
  • Fixes an issue with using meshgrid in no_information_rate function used by the bootstrap_point632_score function for the .632+ estimate. (#688)
  • Fixes an issue in fpmax that could lead to incorrect support values. (#692 via Steve Harenberg)