You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hivemall.apache.org by "Makoto Yui (Jira)" <ji...@apache.org> on 2019/12/29 11:49:00 UTC

[jira] [Commented] (HIVEMALL-280) Support lift/confidence/support UDF

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

Makoto Yui commented on HIVEMALL-280:
-------------------------------------

[~dharmikt] Do you have any progress? If there are something I can help, let me know.

> Support lift/confidence/support UDF
> -----------------------------------
>
>                 Key: HIVEMALL-280
>                 URL: https://issues.apache.org/jira/browse/HIVEMALL-280
>             Project: Hivemall
>          Issue Type: New Feature
>            Reporter: Makoto Yui
>            Assignee: Dharmik Thakkar
>            Priority: Minor
>
> Support lift/confidence/support UDAF
> [https://en.wikipedia.org/wiki/Lift_(data_mining])
> [https://towardsdatascience.com/a-gentle-introduction-on-market-basket-analysis-association-rules-fa4b986a40ce]
> [https://medium.com/@samratjain/explained-market-basket-analysis-using-sql-a7434f30e649]
> {code:java}
> select
>   item, other_item,
>   lift(...) as lift,
>   confidence (....) as confidence
> from
>   transaction
> group by
>   1, 2{code}



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