Bump mlxtend from 0.18.0 to 0.19.0
Bumps mlxtend from 0.18.0 to 0.19.0.
Release notes
Sourced from mlxtend's releases.
Version 0.19.0 (09/02/2021)
New Features
- Adds a second "balanced accuracy" interpretation ("balanced") to
evaluate.accuracy_scorein addition to the existing "average" option to compute the scikit-learn-style balanced accuracy. (#764)- Adds new
scatter_histfunction tomlxtend.plottingfor generating a scattered histogram. (#757 via Maitreyee Mhasaka)- The
evaluate.permutation_testfunction now accepts apairedargument to specify to support paired permutation/randomization tests. (#768)- The
StackingCVRegressornow also supports multi-dimensional targets similar toStackingRegressorviaStackingCVRegressor(..., multi_output=True). (#802 via Marco Tiraboschi)Changes
- Updates unit tests for scikit-learn 0.24.1 compatibility. (#774)
StackingRegressornow requires settingStackingRegressor(..., multi_output=True)if the target is multi-dimensional; this allows for better input validation. (#802)- Removes deprecated
resargument fromplot_decision_regions. (#803)- Adds a
title_fontsizeparameter toplot_learning_curvesfor controlling the title font size; also the plot style is now the matplotlib default. (#818)- Internal change using
'c': 'none'instead of'c': ''inmlxtend.plotting.plot_decision_regions's scatterplot highlights to stay compatible with Matplotlib 3.4 and newer. (#822)- Adds a
fontcolor_thresholdparameter to themlxtend.plotting.plot_confusion_matrixfunction as an additional option for determining the font color cut-off manually. (#827)- The
frequent_patterns.association_rulesnow raises aValueErrorif an empty frequent itemset DataFrame is passed. (#843)- The .632 and .632+ bootstrap method implemented in the
mlxtend.evaluate.bootstrap_point632_scorefunction now use the whole training set for the resubstitution weighting term instead of the internal training set that is a new bootstrap sample in each round. (#844)Bug Fixes
- Fixes a typo in the SequentialFeatureSelector documentation (#835 via João Pedro Zanlorensi Cardoso)
Commits
-
6585e23Merge pull request #845 from rasbt/v0.19 -
f4bbdd70.19 release -
e32aaf2Merge pull request #844 from rasbt/bootstrap -
e4e2b4dfix pr numbers and pep8 -
689f16euse whole training set in .632 and .632+ bootstrap -
bf17ad5Merge pull request #843 from rasbt/assoc-rule-warning -
47f8acepep8 -
3e08855raise error on emptry frequent itemset -
0a3eb5dMerge pull request #836 from joaozanlorensi/joaozanlorensi/fixDocsTypo -
b417784Add SBS typo fix to the CHANGELOG - Additional commits viewable in compare view