File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,9 +142,9 @@ Changes of behavior:
142142* [ SPARK-10574] ( https://issues.apache.org/jira/browse/SPARK-10574 ) :
143143 ` HashingTF ` uses ` MurmurHash3 ` as default hash algorithm in both ` spark.ml ` and ` spark.mllib ` .
144144* [ SPARK-14768] ( https://issues.apache.org/jira/browse/SPARK-14768 ) :
145- We remove ` expectedType ` argument for PySpark ` Param ` .
145+ The ` expectedType ` argument for PySpark ` Param ` was removed .
146146* [ SPARK-14931] ( https://issues.apache.org/jira/browse/SPARK-14931 ) :
147- We change some default ` Param ` values which were mismatched between pipelines in Scala and Python.
147+ Some default ` Param ` values, which were mismatched between pipelines in Scala and Python, have been changed .
148148* [ SPARK-13600] ( https://issues.apache.org/jira/browse/SPARK-13600 ) :
149149 ` QuantileDiscretizer ` now uses ` spark.sql.DataFrameStatFunctions.approxQuantile ` to find splits (previously used custom sampling logic).
150150 The output buckets will differ for same input data and params.
You can’t perform that action at this time.
0 commit comments