Skip to content

Commit b6fcf15

Browse files
author
Nick Pentreath
committed
Update migration guide with breaking changes
1 parent cebc496 commit b6fcf15

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/ml-guide.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,12 @@ and the migration guide below will explain all changes between releases.
108108

109109
### Breaking changes
110110

111-
There are no breaking changes.
111+
* The class and trait hierarchy for logistic regression model summaries was changed to be cleaner
112+
and better accommodate the addition of the multi-class summary. This is a breaking change for user
113+
code that casts a `LogisticRegressionTrainingSummary` to a
114+
` BinaryLogisticRegressionTrainingSummary`. Users should instead use the `model.binarySummary`
115+
method. See [SPARK-17139](https://issues.apache.org/jira/browse/SPARK-17139) for more detail
116+
(_note_ this is an `Experimental` API).
112117

113118
### Deprecations and changes of behavior
114119

0 commit comments

Comments
 (0)