[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2017-08-22 Thread yanboliang
Github user yanboliang commented on the issue: https://github.com/apache/spark/pull/14326 Please go to #19020 for reviewing and comments. Thanks. --- 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 ha

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2017-08-22 Thread yanboliang
Github user yanboliang commented on the issue: https://github.com/apache/spark/pull/14326 I'll close this PR and open a new one. Feel free to review and comment. Thanks. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2017-08-07 Thread yanboliang
Github user yanboliang commented on the issue: https://github.com/apache/spark/pull/14326 @WeichenXu123 Thanks for your comment. I will update my PR ASAP. --- 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 do

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2017-02-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14326 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 e

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

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

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2017-02-07 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14326 **[Test build #72507 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/72507/testReport)** for PR 14326 at commit [`3883154`](https://github.com/apache/spark/commit/3

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2017-02-07 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14326 **[Test build #72507 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/72507/testReport)** for PR 14326 at commit [`3883154`](https://github.com/apache/spark/commit/38

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2016-10-01 Thread tewf
Github user tewf commented on the issue: https://github.com/apache/spark/pull/14326 Could we instead implement a more general Robust Linear Model [M-estimator](http://research.microsoft.com/en-us/um/people/zhang/INRIA/Publis/Tutorial-Estim/node24.html) type like is done in [statsmode

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

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

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2016-08-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14326 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 e

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

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

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2016-08-05 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14326 **[Test build #63261 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/63261/consoleFull)** for PR 14326 at commit [`3883154`](https://github.com/apache/spark/commit/3

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2016-08-04 Thread dbtsai
Github user dbtsai commented on the issue: https://github.com/apache/spark/pull/14326 I'm making through the first pass now. --- 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 enabl

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2016-07-25 Thread yanboliang
Github user yanboliang commented on the issue: https://github.com/apache/spark/pull/14326 cc @dbtsai @MechCoder --- 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 wishe

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2016-07-25 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14326 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 e

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

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

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2016-07-25 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14326 **[Test build #62813 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62813/consoleFull)** for PR 14326 at commit [`9e2adae`](https://github.com/apache/spark/commit/

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2016-07-25 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14326 **[Test build #62813 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62813/consoleFull)** for PR 14326 at commit [`9e2adae`](https://github.com/apache/spark/commit/9

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2016-07-24 Thread WeichenXu123
Github user WeichenXu123 commented on the issue: https://github.com/apache/spark/pull/14326 @yanboliang I go through the code and there are several problems need to solve: The robust regression has a parameter `sigma` which must > 0, so that it is a bound optimize problem and

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2016-07-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/14326 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 e

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2016-07-23 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14326 **[Test build #62747 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62747/consoleFull)** for PR 14326 at commit [`8fd0ca1`](https://github.com/apache/spark/commit/

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

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

[GitHub] spark issue #14326: [SPARK-3181] [ML] Implement RobustRegression with huber ...

2016-07-23 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/14326 **[Test build #62747 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/62747/consoleFull)** for PR 14326 at commit [`8fd0ca1`](https://github.com/apache/spark/commit/8