databricks / spark-sql-perf

Apache License 2.0
586 stars 407 forks source link

[ML-3869] Make Quantilediscretizer work with spark-2.3 #154

Closed lu-wang-dl closed 6 years ago

lu-wang-dl commented 6 years ago

Add setOutputCol for Quantilediscretizer so that it works for spark-2.3.

The code has been manually tested by change the spark version.

jkbradley commented 6 years ago

LGTM It worked for me too Thanks! Merging with master