File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,14 @@ new [`OneHotEncoderEstimator`](ml-features.html#onehotencoderestimator)
133133* [ SPARK-22156] ( https://issues.apache.org/jira/browse/SPARK-22156 ) :
134134 The learning rate update for ` Word2Vec ` was incorrect when ` numIterations ` was set greater than
135135 ` 1 ` . This will cause training results to be different between ` 2.3 ` and earlier versions.
136+ * [ SPARK-21681] ( https://issues.apache.org/jira/browse/SPARK-21681 ) :
137+ Fixed an edge case bug in multinomial logistic regression that resulted in incorrect coefficients
138+ when some features had zero variance.
139+ * [ SPARK-16957] ( https://issues.apache.org/jira/browse/SPARK-16957 ) :
140+ Tree algorithms now use mid-points for split values. This may change results from model training.
141+ * [ SPARK-14657] ( https://issues.apache.org/jira/browse/SPARK-14657 ) :
142+ Fixed an issue where the features generated by ` RFormula ` without an intercept were inconsistent
143+ with the output in R. This may change results from model training in this scenario.
136144
137145## Previous Spark versions
138146
You can’t perform that action at this time.
0 commit comments