[ 
https://issues.apache.org/jira/browse/SPARK-19939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean R. Owen updated SPARK-19939:
---------------------------------
    Labels:   (was: bulk-closed)

> Add support for association rules in ML
> ---------------------------------------
>
>                 Key: SPARK-19939
>                 URL: https://issues.apache.org/jira/browse/SPARK-19939
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML
>    Affects Versions: 2.2.0
>            Reporter: yuhao yang
>            Assignee: Huaxin Gao
>            Priority: Minor
>             Fix For: 3.1.0
>
>
> Adding another essential characteristic for the Association Rule in Spark 
> ml.fpm.
> Support is an indication of how frequently the itemset of an association rule 
> appears in the database and suggests if the rules are generally applicable to 
> the dateset. refer to 
> [https://en.wikipedia.org/wiki/Association_rule_learning] for more details.
> Before adding support:
> | rules | confidence |
> | beer -> soda | 0.5 |
> | pecan -> milk | 0.6 |
> After adding support: 
> | rules | confidence | support |
> | beer -> soda | 0.5 | 0.3 |
> | pecan -> milk | 0.6 | 0.01 |
> Thus to allow a better understanding for the generated association rules.
> Update:
> Another property for association rule is 
> [Lift|https://en.wikipedia.org/wiki/Lift_(data_mining)], but I'm not sure if 
> it's popular enough. Please comment below if you find Lift useful.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to