[GitHub] spark pull request #18122: [SPARK-20899][PySpark] PySpark supports stringInd...

2017-05-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18122 --- 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

[GitHub] spark pull request #18122: [SPARK-20899][PySpark] PySpark supports stringInd...

2017-05-30 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/18122#discussion_r119146702 --- Diff: python/pyspark/ml/tests.py --- @@ -538,6 +538,19 @@ def test_rformula_force_index_label(self): transformedDF2 =

[GitHub] spark pull request #18122: [SPARK-20899][PySpark] PySpark supports stringInd...

2017-05-28 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/18122#discussion_r118844255 --- Diff: python/pyspark/ml/feature.py --- @@ -3032,6 +3032,18 @@ class RFormula(JavaEstimator, HasFeaturesCol, HasLabelCol, JavaMLReadable, JavaM

[GitHub] spark pull request #18122: [SPARK-20899][PySpark] PySpark supports stringInd...

2017-05-26 Thread actuaryzhang
Github user actuaryzhang commented on a diff in the pull request: https://github.com/apache/spark/pull/18122#discussion_r118796569 --- Diff: python/pyspark/ml/feature.py --- @@ -3043,26 +3055,35 @@ class RFormula(JavaEstimator, HasFeaturesCol, HasLabelCol, JavaMLReadable, JavaM

[GitHub] spark pull request #18122: [SPARK-20899][PySpark] PySpark supports stringInd...

2017-05-26 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/18122#discussion_r118780954 --- Diff: python/pyspark/ml/feature.py --- @@ -3043,26 +3055,35 @@ class RFormula(JavaEstimator, HasFeaturesCol, HasLabelCol, JavaMLReadable, JavaM

[GitHub] spark pull request #18122: [SPARK-20899][PySpark] PySpark supports stringInd...

2017-05-26 Thread actuaryzhang
GitHub user actuaryzhang opened a pull request: https://github.com/apache/spark/pull/18122 [SPARK-20899][PySpark] PySpark supports stringIndexerOrderType in RFormula ## What changes were proposed in this pull request? PySpark supports stringIndexerOrderType in RFormula as