Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-14924

Tuning estimatorParamMaps with OneVsRest.classifier fails during persistence

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Incomplete
    • None
    • None
    • ML, PySpark

    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

          Activity

            People

              Unassigned Unassigned
              yinxusen Xusen Yin
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: