[
https://issues.apache.org/jira/browse/SPARK-12664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yanbo Liang updated SPARK-12664:
--------------------------------
Target Version/s: (was: 2.2.0)
> Expose raw prediction scores in MultilayerPerceptronClassificationModel
> -----------------------------------------------------------------------
>
> Key: SPARK-12664
> URL: https://issues.apache.org/jira/browse/SPARK-12664
> Project: Spark
> Issue Type: Improvement
> Components: ML
> Reporter: Robert Dodier
> Assignee: Yanbo Liang
>
> In
> org.apache.spark.ml.classification.MultilayerPerceptronClassificationModel,
> there isn't any way to get raw prediction scores; only an integer output
> (from 0 to #classes - 1) is available via the `predict` method.
> `mplModel.predict` is called within the class to get the raw score, but
> `mlpModel` is private so that isn't available to outside callers.
> The raw score is useful when the user wants to interpret the classifier
> output as a probability.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]