You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Daniel Müller (JIRA)" <ji...@apache.org> on 2016/09/07 06:55:20 UTC

[jira] [Commented] (SPARK-10697) Lift Calculation in Association Rule mining

    [ https://issues.apache.org/jira/browse/SPARK-10697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15469778#comment-15469778 ] 

Daniel Müller commented on SPARK-10697:
---------------------------------------

It really would make sense to add the lift calculation to the Association rule mining, as the lift is one important characteristic number.

lift (X --> Y) = support ( X U Y) / (support (X) x support (Y))

See also https://en.wikipedia.org/wiki/Association_rule_learning#Lift

Could you please re-open the ticket as this feature would be really helpful?

> Lift Calculation in Association Rule mining
> -------------------------------------------
>
>                 Key: SPARK-10697
>                 URL: https://issues.apache.org/jira/browse/SPARK-10697
>             Project: Spark
>          Issue Type: New Feature
>          Components: MLlib
>            Reporter: Yashwanth Kumar
>            Priority: Minor
>
> Lift is to be calculated for Association rule mining in AssociationRules.scala under FPM.
> Lift is a measure of the performance of a  Association rules.
> Adding lift will help to compare the model efficiency.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org