[scikit-learn] Jeff Levesque: association rules
Sebastian Raschka
mail at sebastianraschka.com
Mon Jun 11 13:05:23 EDT 2018
Hi Jeff,
had a similar question 1-2 years ago and ended up using Chris Borgelt's C command line tools but for convenience, i also implemented basic association rule & frequent pattern mining in Python here:
http://rasbt.github.io/mlxtend/user_guide/frequent_patterns/association_rules/
Best,
Sebastian
> On Jun 11, 2018, at 7:23 AM, Jeffrey Levesque via scikit-learn <scikit-learn at python.org> wrote:
>
> Hi guys,
> What are some good approaches for association rules. Is there something built in, or do people sometimes use alternate packages, maybe apache spark?
>
> Thank you,
>
> Jeff Levesque
> https://github.com/jeff1evesque
> _______________________________________________
> scikit-learn mailing list
> scikit-learn at python.org
> https://mail.python.org/mailman/listinfo/scikit-learn
More information about the scikit-learn
mailing list