#173 · Primary category: Education & Research

mlxtend

association-rules data-mining data-science machine-learning python supervised-learning unsupervised-learning

A library of extension and helper modules for Python's data analysis and machine learning libraries.

Project last updated:08/05/26

GitHub Stars

5.2K

Forks

912

Contributors

122

License

Other

Why we included this project

mlxtend fills the gap between full frameworks and hand-rolled code for data science work in Python. It collects the small jobs that recur in a modeling workflow: stacking and voting ensembles that wrap your existing scikit-learn models, feature selection and extraction routines, and plotting helpers for decision regions and confusion matrices. Its association-rule tooling stands out, pairing an Apriori implementation with convenience functions for pulling frequent itemsets and lift values out of transactional data. The bundled datasets and runnable examples make it a gentle way to build intuition about how these techniques behave before you wire them into production. If you work in the numpy/pandas/sklearn stack, it's a compact, well-tested addition worth keeping installed.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category