[GitHub] spark pull request #17237: [SPARK-19852][PYSPARK][ML] Update Python API setH...

2017-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17237 --- 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 wishes so, or if the feature is ena

[GitHub] spark pull request #17237: [SPARK-19852][PYSPARK][ML] Update Python API setH...

2017-05-15 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/17237#discussion_r116522476 --- Diff: python/pyspark/ml/feature.py --- @@ -1936,6 +1935,14 @@ class StringIndexer(JavaEstimator, HasInputCol, HasOutputCol, HasHandleInvalid,

[GitHub] spark pull request #17237: [SPARK-19852][PYSPARK][ML] Update Python API setH...

2017-05-08 Thread VinceShieh
Github user VinceShieh commented on a diff in the pull request: https://github.com/apache/spark/pull/17237#discussion_r115186158 --- Diff: python/pyspark/ml/feature.py --- @@ -1936,6 +1935,14 @@ class StringIndexer(JavaEstimator, HasInputCol, HasOutputCol, HasHandleInvalid,

[GitHub] spark pull request #17237: [SPARK-19852][PYSPARK][ML] Update Python API setH...

2017-05-02 Thread holdenk
Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/17237#discussion_r114402495 --- Diff: python/pyspark/ml/feature.py --- @@ -1936,6 +1935,14 @@ class StringIndexer(JavaEstimator, HasInputCol, HasOutputCol, HasHandleInvalid, >

[GitHub] spark pull request #17237: [SPARK-19852][PYSPARK][ML] Update Python API setH...

2017-04-28 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/17237#discussion_r113983452 --- Diff: python/pyspark/ml/feature.py --- @@ -1936,6 +1935,14 @@ class StringIndexer(JavaEstimator, HasInputCol, HasOutputCol, HasHandleInvalid,

[GitHub] spark pull request #17237: [SPARK-19852][PYSPARK][ML] Update Python API setH...

2017-03-09 Thread VinceShieh
GitHub user VinceShieh opened a pull request: https://github.com/apache/spark/pull/17237 [SPARK-19852][PYSPARK][ML] Update Python API setHandleInvalid for StringIndexer ## What changes were proposed in this pull request? This PR is to maintain API parity with changes made i