NOTE: IF YOU WISH TO REPORT A NEW BUG, PLEASE POST A NEW QUESTION AND TAG AS "BUG REPORT". THANK YOU.
The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Why confidence value is infinity?
kim_joa
Member Posts: 1 Learner I
I found some problem in FP-Growth operator.
The FP-growth has a parameter named "min items per itemset". It is set default value as 1.
In my process I set the value as greater than 1, in result I received some rules that confidence value is infinity.
I did so because I didn't need the itemsets of size 1.
I am sure there is no relation between confidence and that parameter value.
I think it might be bug.
I hope rapidminer developer to verify and to improve the problem.
thanks.
The FP-growth has a parameter named "min items per itemset". It is set default value as 1.
In my process I set the value as greater than 1, in result I received some rules that confidence value is infinity.
I did so because I didn't need the itemsets of size 1.
I am sure there is no relation between confidence and that parameter value.
I think it might be bug.
I hope rapidminer developer to verify and to improve the problem.
thanks.
Tagged:
0
Comments
if we mistakenly have supp(x)==0 the confidence for the association rule X=>Y will be inf.
It seams a bug to me.
@mschmitz may have some ideas https://github.com/rapidminer/rapidminer-5/blob/master/src/com/rapidminer/operator/learner/associations/AssociationRuleGenerator.java
Scott
I confirm that this bug is still present in RM 9.2 :
Regards,
Lionel