[
https://issues.apache.org/jira/browse/SPARK-14924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyukjin Kwon resolved SPARK-14924.
----------------------------------
Resolution: Incomplete
> Tuning estimatorParamMaps with OneVsRest.classifier fails during persistence
> ----------------------------------------------------------------------------
>
> Key: SPARK-14924
> URL: https://issues.apache.org/jira/browse/SPARK-14924
> Project: Spark
> Issue Type: Bug
> Components: ML, PySpark
> Reporter: Xusen Yin
> Priority: Major
> Labels: bulk-closed
>
> {code}
> ovr = OneVsRest()
> epms = [{ovr.classifier: xxxx}, {ovr.classifier: xxx}]
> cv = CrossValidator(estimator=ovr, estimatorParamMaps=epms, ...)
> cv.load()
> {code}
> fails because classifier cannot be serialized via JSON.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]