Github user MLnick commented on a diff in the pull request:
https://github.com/apache/spark/pull/20332#discussion_r162872261
--- Diff: docs/ml-classification-regression.md ---
@@ -125,7 +117,6 @@ Continuing the earlier example:
[`LogisticRegressionTrainingSummary`](api/python/pyspark.ml.html#pyspark.ml.classification.LogisticRegressionSummary)
provides a summary for a
[`LogisticRegressionModel`](api/python/pyspark.ml.html#pyspark.ml.classification.LogisticRegressionModel).
--- End diff --
Shall we just add a short line to the `Example` section of MLoR:
"The following example shows how to train a multiclass logistic regression
model with elastic net regularization, as well as extract the multiclass
training summary."
or something like that.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]