GitHub user njayaram2 opened a pull request: https://github.com/apache/incubator-madlib/pull/172
Elastic_net: Fix grouping without normalization bug JIRA: MADLIB-1146 Selecting grouping columns into the output table was not working when data was NOT scaled, but grouping was used. This commit fixes it. Closes #172 You can merge this pull request into a Git repository by running: $ git pull https://github.com/njayaram2/incubator-madlib bugfix/MADlib_1146 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-madlib/pull/172.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 #172 ---- commit 54c09a64b98a070cd4f18c85bf47bf77a2546264 Author: Nandish Jayaram <njaya...@apache.org> Date: 2017-08-18T17:10:58Z Elastic_net: Fix grouping without normalization bug JIRA: MADLIB-1146 Selecting grouping columns into the output table was not working when data was NOT scaled, but grouping was used. This commit fixes it. Closes #172 ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---