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

Make MLlib ChiSqSelector Serializable (& Fix Related Documentation Example).

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.3.1, 1.4.0
    • 1.4.0
    • MLlib
    • None

    Description

      The MLlib ChiSqSelector class is not serializable, and so the example in the ChiSqSelector documentation fails. Also, that example is missing the import of ChiSqSelector. ChiSqSelector should just extend Serializable.

      Steps:
      1. Locate the MLlib ChiSqSelector documentation example.
      2. Fix the example by adding an import statement for ChiSqSelector.
      3. Attempt to run -> notice that it will fail due to ChiSqSelector not being serializable.

      Attachments

        Activity

          People

            dusenberrymw Mike Dusenberry
            dusenberrymw Mike Dusenberry
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: