[GitHub] spark pull request #16171: [SPARK-18739][ML][PYSPARK] Classification and reg...

2018-06-14 Thread zhengruifeng
Github user zhengruifeng closed the pull request at: https://github.com/apache/spark/pull/16171 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark pull request #16171: [SPARK-18739][ML][PYSPARK] Classification and reg...

2017-02-19 Thread zhengruifeng
Github user zhengruifeng commented on a diff in the pull request: https://github.com/apache/spark/pull/16171#discussion_r101937841 --- Diff: python/pyspark/ml/wrapper.py --- @@ -20,12 +20,14 @@ if sys.version >= '3': xrange = range +from pyspark import

[GitHub] spark pull request #16171: [SPARK-18739][ML][PYSPARK] Classification and reg...

2017-02-18 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/16171#discussion_r101896246 --- Diff: python/pyspark/ml/wrapper.py --- @@ -20,12 +20,14 @@ if sys.version >= '3': xrange = range +from pyspark import since,