GitHub user njayaram2 opened a pull request:
https://github.com/apache/incubator-madlib/pull/31
Elastic Net: Skip arrays with NULL values in predict
Jira: MADLIB-919
Having NULL values in the input array led to an error while converting the
array to a MappedColumnVector. This fix now skips prediction for arrays with
NULL values. This also includes new test cases to the install check of elastic
net.
@iyerr3
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/njayaram2/incubator-madlib elastic
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-madlib/pull/31.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 #31
----
commit df9fd0d4ada76d0bf9b3c9632dfe6bd86533237e
Author: Nandish Jayaram <[email protected]>
Date: 2016-03-11T22:58:48Z
Elastic Net: Skip arrays with NULL values in predict
Jira: MADLIB-919
Having NULL values in the input array led to an error while converting the
array to a MappedColumnVector. This fix now skips prediction for arrays with
NULL values. This also includes new test cases to the install check of elastic
net.
----
---
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.
---