[GitHub] spark pull request: [SPARK-3181][MLLIB]: Add Robust Regression Alg...

2015-08-11 Thread fjiang6
Github user fjiang6 commented on the pull request: https://github.com/apache/spark/pull/8013#issuecomment-130106745 This class was not added by me. I didn't touch PySpark. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] spark pull request: [SPARK-3181][MLLIB]: Add Robust Regression Alg...

2015-08-07 Thread fjiang6
Github user fjiang6 commented on the pull request: https://github.com/apache/spark/pull/8013#issuecomment-128907692 @dbtsai ust added the objective function, and use Params to switch between different objective function. Thanks! --- If your project is set up for it, you can reply

[GitHub] spark pull request: [SPARK-3181][MLLIB]: Add Robust Regression Alg...

2015-08-06 Thread fjiang6
Github user fjiang6 commented on the pull request: https://github.com/apache/spark/pull/8013#issuecomment-128553895 @mengxr @dbtsai @srowen had RobustRegression in the same LinearRegression codebase as requested. And included the Unit Tests. --- If your project is set up for it, you

[GitHub] spark pull request: [SPARK-3181][MLLIB]: Add Robust Regression Alg...

2015-08-06 Thread fjiang6
GitHub user fjiang6 opened a pull request: https://github.com/apache/spark/pull/8013 [SPARK-3181][MLLIB]: Add Robust Regression Algorithm with Huber Estimator Huber Robust Regression under spark/ml/regression Unit Tests You can merge this pull request into a Git repository

[GitHub] spark pull request: [SPARK-3181][MLLIB]: Add Robust Regression Alg...

2015-08-06 Thread fjiang6
Github user fjiang6 commented on the pull request: https://github.com/apache/spark/pull/8013#issuecomment-128553707 @dbtsai @srowen had RobustRegression in the same LinearRegression codebase as requested. And included the Unit Tests --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-3181][MLLIB]: Add Robust Regression Alg...

2015-08-05 Thread fjiang6
Github user fjiang6 commented on the pull request: https://github.com/apache/spark/pull/7722#issuecomment-128165505 @AmplabJenkins Need your help. I can build with this command: sbt publish-local -Pyarn -Phadoop-2.4 -Dhadoop.version=2.5.2 and I can run all the tests

[GitHub] spark pull request: [SPARK-3181][MLLIB]: Add Robust Regression Alg...

2015-08-04 Thread fjiang6
Github user fjiang6 commented on the pull request: https://github.com/apache/spark/pull/7722#issuecomment-127804144 @AmplabJenkins I can build. Can you re-test please? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] spark pull request: [SPARK-3181][MLLIB]: Add Robust Regression Alg...

2015-07-30 Thread fjiang6
Github user fjiang6 commented on the pull request: https://github.com/apache/spark/pull/7722#issuecomment-126402876 @dbtsai @srowen Need your input to decide whether we want to add costFunc: Param[String] to LinearRegression or create a new class RobustRegression

[GitHub] spark pull request: [SPARK-3181][MLLIB]: Add Robust Regression Alg...

2015-07-28 Thread fjiang6
GitHub user fjiang6 opened a pull request: https://github.com/apache/spark/pull/7722 [SPARK-3181][MLLIB]: Add Robust Regression Algorithm with Huber Estimator Huber Robust Regression under spark/ml/regression You can merge this pull request into a Git repository by running

[GitHub] spark pull request: [SPARK-3181][MLLIB]: Add Robust Regression Alg...

2015-06-01 Thread fjiang6
Github user fjiang6 commented on the pull request: https://github.com/apache/spark/pull/2096#issuecomment-107773045 Failed Tests: org.apache.spark.streaming.kafka.JavaKafkaStreamSuite.testKafkaStream org.apache.spark.streaming.kafka.KafkaStreamSuite.Kafka input stream

[GitHub] spark pull request: [SPARK-4259][MLlib]: Add Power Iteration Clust...

2015-01-28 Thread fjiang6
GitHub user fjiang6 opened a pull request: https://github.com/apache/spark/pull/4254 [SPARK-4259][MLlib]: Add Power Iteration Clustering Algorithm with Gaussian Similarity Function Add single pseudo-eigenvector PIC Including documentations, one property file and updated pom.xml

[GitHub] spark pull request: [SPARK-4510][MLlib]: Add k-medoids Partitionin...

2014-11-20 Thread fjiang6
GitHub user fjiang6 opened a pull request: https://github.com/apache/spark/pull/3382 [SPARK-4510][MLlib]: Add k-medoids Partitioning Around Medoids (PAM) algorithm PAM (k-medoids) including the test case and an example. Passed the style checks Tested and compared with K

[GitHub] spark pull request: [SPARK-3181][MLLIB]: Add Robust Regression Alg...

2014-09-05 Thread fjiang6
Github user fjiang6 commented on the pull request: https://github.com/apache/spark/pull/2096#issuecomment-54686931 Jenkins, retest this please. --- 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

[GitHub] spark pull request: [SPARK-3181][MLLIB]: Add Robust Regression Alg...

2014-09-04 Thread fjiang6
Github user fjiang6 commented on the pull request: https://github.com/apache/spark/pull/2096#issuecomment-54508101 Can you please retest this? 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

[GitHub] spark pull request: [SPARK-3181][MLLIB]: Add Robust Regression Alg...

2014-09-04 Thread fjiang6
Github user fjiang6 commented on the pull request: https://github.com/apache/spark/pull/2096#issuecomment-54517693 Can you please retest this? Thanks! 发自我的 iPhone 在 Sep 3, 2014,11:22 PM,Apache Spark QA notificati...@github.com 写道: QA

[GitHub] spark pull request: [SPARK-3181][MLLIB]: Add Robust Regression Alg...

2014-09-04 Thread fjiang6
Github user fjiang6 commented on the pull request: https://github.com/apache/spark/pull/2096#issuecomment-54577616 ERROR: Timeout after 10 minutes FATAL: Failed to fetch from https://github.com/apache/spark.git Can you please retest? --- If your project is set up

[GitHub] spark pull request: [SPARK-3188][MLLIB]: Add Robust Regression Alg...

2014-08-24 Thread fjiang6
GitHub user fjiang6 opened a pull request: https://github.com/apache/spark/pull/2110 [SPARK-3188][MLLIB]: Add Robust Regression Algorithm with Turkey bisquare (Biweight) function Biweight Robust Regression including the test case and an example. Passed the style checks You can

[GitHub] spark pull request: [SPARK-3181][MLLIB]: Add Robust Regression Alg...

2014-08-22 Thread fjiang6
GitHub user fjiang6 opened a pull request: https://github.com/apache/spark/pull/2096 [SPARK-3181][MLLIB]: Add Robust Regression Algorithm with Huber Estimator Huber Robust Regression including the test case and an example. Passed the style checks You can merge this pull request