[GitHub] spark pull request #16922: [SPARK-19590][pyspark][ML] Update the document fo...

2017-02-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16922 --- 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 #16922: [SPARK-19590][pyspark][ML] Update the document fo...

2017-02-14 Thread VinceShieh
Github user VinceShieh commented on a diff in the pull request: https://github.com/apache/spark/pull/16922#discussion_r101183452 --- Diff: python/pyspark/ml/feature.py --- @@ -1178,7 +1178,17 @@ class QuantileDiscretizer(JavaEstimator, HasInputCol, HasOutputCol, JavaMLReadab

[GitHub] spark pull request #16922: [SPARK-19590][pyspark][ML] Update the document fo...

2017-02-14 Thread holdenk
Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/16922#discussion_r101097983 --- Diff: python/pyspark/ml/feature.py --- @@ -1178,7 +1178,17 @@ class QuantileDiscretizer(JavaEstimator, HasInputCol, HasOutputCol, JavaMLReadab

[GitHub] spark pull request #16922: [SPARK-19590][pyspark][ML] update the document fo...

2017-02-13 Thread VinceShieh
GitHub user VinceShieh opened a pull request: https://github.com/apache/spark/pull/16922 [SPARK-19590][pyspark][ML] update the document for QuantileDiscretize… ## What changes were proposed in this pull request? This PR is to document the changes on QuantileDiscretizer in