Description
spark.mllib LogisticRegressionModel overrides toString to print a little model info. We should do the same in spark.ml. I'd recommend:
- super.toString
- numClasses
- numFeatures
We should also override _repr_ in pyspark to do the same.
Attachments
Issue Links
- Is contained by
-
SPARK-14377 Review spark.ml parity for classification, except trees
- Resolved
-
SPARK-4591 Algorithm/model parity for spark.ml (Scala)
- Resolved
- links to