fp-growth icon indicating copy to clipboard operation
fp-growth copied to clipboard

Got value confidence rule more than 1.0

Open ihsansatriawan opened this issue 8 years ago • 11 comments

I have dataset transaction, when tried wih your lib, i got confidence value more than 1.0, example 1.5, 1.2,,

link dataset -> http://pastebin.com/LTLVPGgC

ihsansatriawan avatar May 03 '16 03:05 ihsansatriawan

Will look into this.

evandempsey avatar May 03 '16 06:05 evandempsey

support = 3 minimum confidence = 0.5

ihsansatriawan avatar May 03 '16 06:05 ihsansatriawan

Excuse me,I met the same problem with yours that some confidence value are more than 1.0. Have you solved it? If you have solved the problem,could you tell me how you solved it?

sixpenceedge avatar Jun 28 '17 13:06 sixpenceedge

I experienced the same, it looks it happens when you have duplicate items in a subset.

storresl avatar Aug 21 '17 15:08 storresl

I have the same exact issue @ihsansatriawan. Any info on why this is happening or how to fix this?

BhargavOE avatar Apr 13 '18 00:04 BhargavOE

I have the same issue confidence more than 1.0, is anyone solved it?

johnny123852 avatar Oct 26 '19 14:10 johnny123852

I have the same issue confidence more than 1.0, how to fix this .?

wanbin2007 avatar Nov 01 '20 06:11 wanbin2007

@wanbin2007 I use Mlextend instead, http://rasbt.github.io/mlxtend/api_subpackages/mlxtend.frequent_patterns/ recommend to you.

johnny123852 avatar Nov 01 '20 09:11 johnny123852

Thanks for this advice.. I just use this.. But took time for my data.. It was run 1 hour ago.. Only for pre processing.. Hope it running well..

Regards,

Pada tanggal Min, 1 Nov 2020 15.42, johnny123852 [email protected] menulis:

@wanbin2007 https://github.com/wanbin2007 I use Mlextend instead, http://rasbt.github.io/mlxtend/api_subpackages/mlxtend.frequent_patterns/ recommend to you.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/evandempsey/fp-growth/issues/4#issuecomment-720054557, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARS2QSBVUOBYBSMXA7J73HLSNUNOZANCNFSM4CCXUC6Q .

wanbin2007 avatar Nov 01 '20 09:11 wanbin2007

I also had this problem; I recommend using chonyy's implementation, mlextend is too slow and memory hungry: https://github.com/chonyy/fpgrowth_py

ayanyuegupta avatar Dec 08 '20 13:12 ayanyuegupta

Thanks Gupta, I try this.

Pada tanggal Sel, 8 Des 2020 pukul 20.06 Ayan-Yue Gupta < [email protected]> menulis:

I also had this problem; I recommend using chonyy's implementation, mlextend is too slow and memory hungry: https://github.com/chonyy/fpgrowth_py

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/evandempsey/fp-growth/issues/4#issuecomment-740607967, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARS2QSFTAYZ7XP3WASWPHITSTYQGLANCNFSM4CCXUC6Q .

wanbin2007 avatar Dec 10 '20 03:12 wanbin2007