Github user WeichenXu123 commented on a diff in the pull request:
https://github.com/apache/spark/pull/19106#discussion_r141616141
--- Diff:
mllib/src/main/scala/org/apache/spark/ml/classification/ProbabilisticClassifier.scala
---
@@ -230,21 +230,19 @@ private[ml] object ProbabilisticClassificationModel {
* Normalize a vector of raw predictions to be a multinomial probability
vector, in place.
*
* The input raw predictions should be nonnegative.
- * The output vector sums to 1, unless the input vector is all-0 (in
which case the output is
- * all-0 too).
+ * The output vector sums to 1, when the input vector is all-0,
exception will be thrown.
--- End diff --
Updated. Thanks!
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]