Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
None
-
None
Description
ovr = OneVsRest() epms = [{ovr.classifier: xxxx}, {ovr.classifier: xxx}] cv = CrossValidator(estimator=ovr, estimatorParamMaps=epms, ...) cv.load()
fails because classifier cannot be serialized via JSON.
Attachments
Issue Links
- is related to
-
SPARK-14706 Python ML persistence integration test
- Resolved