GitHub user njayaram2 opened a pull request:

    https://github.com/apache/incubator-madlib/pull/87

    Association Rules: Add rule counts to assoc_rules results

    JIRA: MADLIB-1044
    
    The output column currently lists support, along with other columns.
    This commit now lists the count too, which is essentially
    support*number_of_transactions for any rule. This can certainly be
    post-processed too, but listing it explicitly might be useful.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/njayaram2/incubator-madlib 
feature/assoc_rules/count_col

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-madlib/pull/87.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #87
    
----
commit b56f1f4ebb66b0e1e66b9a16ef087757a26fa946
Author: Nandish Jayaram <[email protected]>
Date:   2017-01-13T17:41:43Z

    Association Rules: Add rule counts to assoc_rules results
    
    JIRA: MADLIB-1044
    
    The output column currently lists support, along with other columns.
    This commit now lists the count too, which is essentially
    support*number_of_transactions for any rule. This can certainly be
    post-processed too, but listing it explicitly might be useful.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to