MLxtend 0.23.0 is out #1025
rasbt
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
MLxtend 0.23.0 is now out. It features the following updates:
Changes
ExhaustiveFeatureSelector
is run withn_jobs == 1
, joblib is now disabled, which enables more immediate (live) feedback when theverbose
mode is enabled. (#985 via Nima Sarajpoor)EnsembleVoteClassifier
(#941)New Features and Enhancements
mlxtend.frequent_patterns.association_rules
function has a new metric - Zhang's Metric, which measures both association and dissociation. (#980 via Lekshmanan Natarajan)mlxtend.frequent_patterns.fpmax
code improvement that avoids casting a sparse DataFrame into a dense NumPy array. (#1000 via Tim Kellogg)plot_decision_regions
function now has an_jobs
parameter to parallelize the computation. (In a particular use case, on a small dataset, there was a 21x speed-up (449 seconds vs 21 seconds on local HPC instance of 36 cores). (#998 via Khalid ElHaj)mlxtend.frequent_patterns.hmine
algorithm and documentation for mining frequent itemsets using the H-Mine algorithm. (#1020 via Fatih Sen)Thanks for all the kind contributions @fatihsen20 @tkellogg @NimaSarajpoor @Ne-oL @zuari1993 🎉
Beta Was this translation helpful? Give feedback.
All reactions