Re: [scikit-learn] plan to add the association rule classification algorithm in scikit learn

2018-12-18 Thread Dmitry Ignatov
Hi All, Just a short comment to "If you had an alternative algorithm for frequent itemset generation in mind (I am not sure if others exist, to be honest). I would also be happy about that one, too." There are many other techniques and their modifications for related problems like sequence

Re: [scikit-learn] plan to add the association rule classification algorithm in scikit learn

2018-12-17 Thread Andreas Mueller
Can we add this to the FAQ as out of scope? Sebastian: feel free to put more into mlxtend :P On 12/17/18 1:46 AM, Sebastian Raschka wrote: Hi Rui, I agree with Joel that association rule mining could be a bit tricky to fit nicely within the scikit-learn API. Maybe this could be some

Re: [scikit-learn] plan to add the association rule classification algorithm in scikit learn

2018-12-16 Thread Sebastian Raschka
Hi Rui, I agree with Joel that association rule mining could be a bit tricky to fit nicely within the scikit-learn API. Maybe this could be some transformer class? I thought about that a few years ago but remember that I couldn't come up with a good solution at that point. In any case, I have

Re: [scikit-learn] plan to add the association rule classification algorithm in scikit learn

2018-12-16 Thread Joel Nothman
Hi Rui, This has been discussed several times on the mailing list and issue tracker. We are not interested in association rule mining in Scikit-learn for its own purposes. We would be interested in association rule mining only as part of a classification algorithm. Are there such algorithms which

[scikit-learn] plan to add the association rule classification algorithm in scikit learn

2018-12-16 Thread rui min
Dear scikit-learn developers, I am Rui from Spain, Granada University. Currently I am planning to write an association rule algorithm in scikit-learn. I don’t know if anyone is working on that. So avoid duplication of the work, I would like to ask here. Hope to hear from you soon.