[ 
https://issues.apache.org/jira/browse/SPARK-7920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joseph K. Bradley resolved SPARK-7920.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

Issue resolved by pull request 6462
[https://github.com/apache/spark/pull/6462]

> 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
>             Fix For: 1.4.0
>
>
> 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]

Reply via email to