[GitHub] spark pull request #22076: [SPARK-25090][ML] Enforce implicit type coercion ...

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

[GitHub] spark pull request #22076: [SPARK-25090][ML] Enforce implicit type coercion ...

2018-08-12 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/22076#discussion_r209454605 --- Diff: python/pyspark/ml/tests.py --- @@ -950,6 +950,13 @@ def test_fit_maximize_metric(self): "Best model should have z

[GitHub] spark pull request #22076: [SPARK-25090][ML] Enforce implicit type coercion ...

2018-08-11 Thread mgaido91
GitHub user mgaido91 opened a pull request: https://github.com/apache/spark/pull/22076 [SPARK-25090][ML] Enforce implicit type coercion in ParamGridBuilder ## What changes were proposed in this pull request? When the grid of the parameters is created in `ParamGridBuilder`, t