fpgrowth_py icon indicating copy to clipboard operation
fpgrowth_py copied to clipboard

Add support ratio in the fpgrowth's return rules

Open pkuimyy opened this issue 3 years ago • 1 comments

Your project really help me. But could you please add support ratio in the fpgrowth function's return rules?

pkuimyy avatar Dec 22 '20 08:12 pkuimyy

Hi, I'm glad that my project could help you.

You can easily get the support of the rules from https://github.com/chonyy/fpgrowth_py/blob/2457a5301486c920eb9277b37ae79a3866fe0bcc/fpgrowth_py/utils.py#L137 Feel free to clone the repo and modify it, return whatever you want! Also, you might want to read this medium post where I walk through most of the code to help you understand it.

BR, Chonyy

chonyy avatar Dec 22 '20 09:12 chonyy