You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Shamshad Ansari <sa...@accureanalytics.com> on 2019/07/20 22:07:08 UTC

How to get loss per iteration in Spark MultilayerPerceptronClassificationModel?

Hello All,
Apache Spark ML's LogisticRegressionModel has summary().objectHistory()
method. Is there any such method available for
MultilayerPerceptronClassificationModel? If not, what’s a way to get loss
per iteration? Any help is greatly appreaciated. Thank you.