[GitHub] spark issue #16002: [SPARK-18341][ML] Eliminate use of SingularMatrixExcepti...

2017-03-08 Thread jkbradley
Github user jkbradley commented on the issue: https://github.com/apache/spark/pull/16002 @yanboliang Sorry for missing earlier discussion. I'm OK with declaring defeat here, though I still disagree about using exceptions. I agree that passing an obscure error code up is not ideal.

[GitHub] spark issue #16002: [SPARK-18341][ML] Eliminate use of SingularMatrixExcepti...

2017-03-08 Thread yanboliang
Github user yanboliang commented on the issue: https://github.com/apache/spark/pull/16002 I'm OK with not to change this, so I'll close this PR. Thanks for all your comments. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark issue #16002: [SPARK-18341][ML] Eliminate use of SingularMatrixExcepti...

2017-02-17 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/16002 @yanboliang what do you think of that? --- 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

[GitHub] spark issue #16002: [SPARK-18341][ML] Eliminate use of SingularMatrixExcepti...

2017-01-25 Thread MLnick
Github user MLnick commented on the issue: https://github.com/apache/spark/pull/16002 Doesn't seem like a final decision was made here - I'm generally in agreement with @srowen @sethah that it doesn't really seem worth changing the current mechanism. @yanboliang you mention

[GitHub] spark issue #16002: [SPARK-18341][ML] Eliminate use of SingularMatrixExcepti...

2016-12-04 Thread sethah
Github user sethah commented on the issue: https://github.com/apache/spark/pull/16002 That's a good point about IRLS. If we can find a nice, functional way to handle this error and propagate it out to WLS, then I'm for the change. But I think the current way is acceptable now and

[GitHub] spark issue #16002: [SPARK-18341][ML] Eliminate use of SingularMatrixExcepti...

2016-11-29 Thread yanboliang
Github user yanboliang commented on the issue: https://github.com/apache/spark/pull/16002 @sethah @srowen Thanks for all your comments. The main reason that I support error code solution is that this fallback is not very rare, since ```IterativelyReweightedLeastSquares``` will

[GitHub] spark issue #16002: [SPARK-18341][ML] Eliminate use of SingularMatrixExcepti...

2016-11-29 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/16002 Yes, echoing @sethah, can I ask what the problem being solved is? I understand being careful with what exactly is thrown from _public_ methods because they end up forming part of the API, but this

[GitHub] spark issue #16002: [SPARK-18341][ML] Eliminate use of SingularMatrixExcepti...

2016-11-28 Thread sethah
Github user sethah commented on the issue: https://github.com/apache/spark/pull/16002 I understand the desire to avoid exception handling, but I am not convinced this is a better solution. Some comments: * We are pushing an integer "error code" from lapack up about 3 levels

[GitHub] spark issue #16002: [SPARK-18341][ML] Eliminate use of SingularMatrixExcepti...

2016-11-24 Thread yanboliang
Github user yanboliang commented on the issue: https://github.com/apache/spark/pull/16002 cc @sethah @jkbradley --- 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

[GitHub] spark issue #16002: [SPARK-18341][ML] Eliminate use of SingularMatrixExcepti...

2016-11-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16002 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/69127/ Test PASSed. ---

[GitHub] spark issue #16002: [SPARK-18341][ML] Eliminate use of SingularMatrixExcepti...

2016-11-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/16002 Merged build finished. Test PASSed. --- 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

[GitHub] spark issue #16002: [SPARK-18341][ML] Eliminate use of SingularMatrixExcepti...

2016-11-24 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16002 **[Test build #69127 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/69127/consoleFull)** for PR 16002 at commit

[GitHub] spark issue #16002: [SPARK-18341][ML] Eliminate use of SingularMatrixExcepti...

2016-11-24 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/16002 **[Test build #69127 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/69127/consoleFull)** for PR 16002 at commit