File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments