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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
MLxtend 0.23.0 is now out. It features the following updates:
Changes
ExhaustiveFeatureSelectoris run withn_jobs == 1, joblib is now disabled, which enables more immediate (live) feedback when theverbosemode is enabled. (#985 via Nima Sarajpoor)EnsembleVoteClassifier(#941)New Features and Enhancements
mlxtend.frequent_patterns.association_rulesfunction has a new metric - Zhang's Metric, which measures both association and dissociation. (#980 via Lekshmanan Natarajan)mlxtend.frequent_patterns.fpmaxcode improvement that avoids casting a sparse DataFrame into a dense NumPy array. (#1000 via Tim Kellogg)plot_decision_regionsfunction now has an_jobsparameter 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.hminealgorithm 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