Skip to content

Commit 260f3a3

Browse files
committed
update docs
1 parent fb610d2 commit 260f3a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/mllib-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)