GitHub user dusenberrymw opened a pull request:

    https://github.com/apache/spark/pull/6462

    [SPARK-7920] [MLlib] Make MLlib ChiSqSelector Serializable & Fix Related 
Documentation Example.

    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.
    
    This PR makes ChiSqSelector extend Serializable in MLlib, and adds the 
ChiSqSelector import statement to the associated example in the documentation.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dusenberrymw/spark 
Make_ChiSqSelector_Serializable_and_Fix_Related_Docs_Example

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/6462.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #6462
    
----
commit d9003bf3b5f7a795c884e4eebb073c1b4de3e5c8
Author: Mike Dusenberry <[email protected]>
Date:   2015-05-28T16:59:22Z

    Add missing import in MLlib ChiSqSelector Docs Scala example.

commit 9cb2f9470da3985d78a08223a5611587c964c9eb
Author: Mike Dusenberry <[email protected]>
Date:   2015-05-28T17:31:42Z

    Make MLlib ChiSqSelector Serializable.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to