GitHub user hpandeycodeit opened a pull request:
https://github.com/apache/madlib/pull/270
Jira 1172
JIRA MADLIB-1172:
When the model cannot be generated due to the
ill-conditioned input data, the output table doesn't get populated.
In that case, Print the below error message:
"An Output model cannot be created because of ill-conditioned Data"
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hpandeycodeit/incubator-madlib Jira_1172
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/270.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 #270
----
commit 1a53f70e9e8c41971489f8b2e825b0f657be334d
Author: hpandeycodeit <hpandey@...>
Date: 2018-05-22T18:49:11Z
JIRA MADLIB-1172
When the model cannot be generated due to the
ill-conditioned input data, the output table
output table doen't get populated.
In That case, Print the below error message:
"An Output model cannot be created because of ill-conditioned Data"
commit 9122dd2bd13e8d4ae9c3e0379468d5caa155a3a6
Author: hpandeycodeit <hpandey@...>
Date: 2018-05-22T18:54:20Z
Added an error message when the output table is Empty or model cannot be
generated.
----
---