Skip to content
Snippets Groups Projects

Bump mlxtend from 0.17.2 to 0.17.3

Merged WKDV Bot requested to merge dependabot/pip/mlxtend-0.17.3 into develop

Bumps mlxtend from 0.17.2 to 0.17.3.

Release notes

Sourced from mlxtend's releases.

Version 0.17.3

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)
Commits

Merge request reports

Pipeline #6072 passed

Pipeline passed for 34f41caa on dependabot/pip/mlxtend-0.17.3

Approval is optional

Merged by David SchäferDavid Schäfer 4 years ago (Aug 3, 2020 2:51pm UTC)

Merge details

  • Changes merged into develop with c0211e90 (commits were squashed).
  • Deleted the source branch.
  • Auto-merge enabled

Pipeline #6073 passed

Pipeline passed for c0211e90 on develop

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading