[GitHub] spark pull request #20968: [SPARK-23828][ML][PYTHON]PySpark StringIndexerMod...

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

[GitHub] spark pull request #20968: [SPARK-23828][ML][PYTHON]PySpark StringIndexerMod...

2018-04-06 Thread huaxingao
Github user huaxingao commented on a diff in the pull request: https://github.com/apache/spark/pull/20968#discussion_r179791957 --- Diff: python/pyspark/ml/feature.py --- @@ -2342,8 +2342,38 @@ def mean(self): return self._call_java("mean") +class

[GitHub] spark pull request #20968: [SPARK-23828][ML][PYTHON]PySpark StringIndexerMod...

2018-04-05 Thread BryanCutler
Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/20968#discussion_r179623749 --- Diff: python/pyspark/ml/feature.py --- @@ -2342,8 +2342,38 @@ def mean(self): return self._call_java("mean") +class

[GitHub] spark pull request #20968: [SPARK-23828][ML][PYTHON]PySpark StringIndexerMod...

2018-04-03 Thread huaxingao
GitHub user huaxingao opened a pull request: https://github.com/apache/spark/pull/20968 [SPARK-23828][ML][PYTHON]PySpark StringIndexerModel should have constructor from labels ## What changes were proposed in this pull request? The Scala StringIndexerModel has an alternate