Mike Dusenberry created SPARK-7920:
--------------------------------------
Summary: Make MLlib ChiSqSelector Serializable & Fix Related
Documentation Example
Key: SPARK-7920
URL: https://issues.apache.org/jira/browse/SPARK-7920
Project: Spark
Issue Type: Bug
Components: MLlib
Affects Versions: 1.3.1, 1.4.0
Reporter: Mike Dusenberry
Priority: Minor
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]