GitHub user orhankislal opened a pull request:

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

    Bugfix/elastic net type

    Summary: Type error in elastic net
    JIRA: MADLIB-952
    Columns were being checked to ensure every column has the same numeric 
type. While giving an error for non-numeric types is correct, there is no need 
to enforce same numeric type, as the columns are casted inside the function by 
default. The input analyzer is changed to relax this condition.

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

    $ git pull https://github.com/orhankislal/incubator-madlib 
bugfix/elastic_net_type

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

    https://github.com/apache/incubator-madlib/pull/12.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 #12
    
----
commit 975effb4efb459de67a9ab0390ce3c48f3d0f885
Author: Orhan Kislal <[email protected]>
Date:   2016-01-15T00:42:40Z

    JIRA: MADLIB-954

commit c724f2b53e5d60e40d8d95fa2f0e632427cf6fa9
Author: Orhan Kislal <[email protected]>
Date:   2016-01-15T21:12:05Z

    Summary: Type error in elastic net
    JIRA: MADLIB-952
    Columns were being checked to ensure every column has the same numeric 
type. While giving an error for non-numeric types is correct, there is no need 
to enforce same numeric type, as the columns are casted inside the function by 
default. The input analyzer is changed to relax this condition.

----


---
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