You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:37:36 UTC

[jira] [Resolved] (SPARK-14924) Tuning estimatorParamMaps with OneVsRest.classifier fails during persistence

     [ 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org