Skip to content
  • Mike Dusenberry's avatar
    1281a351
    [SPARK-7920] [MLLIB] Make MLlib ChiSqSelector Serializable (& Fix Related Documentation Example). · 1281a351
    Mike Dusenberry authored
    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.
    
    Author: Mike Dusenberry <dusenberrymw@gmail.com>
    
    Closes #6462 from dusenberrymw/Make_ChiSqSelector_Serializable_and_Fix_Related_Docs_Example and squashes the following commits:
    
    9cb2f94 [Mike Dusenberry] Make MLlib ChiSqSelector Serializable.
    d9003bf [Mike Dusenberry] Add missing import in MLlib ChiSqSelector Docs Scala example.
    1281a351
    [SPARK-7920] [MLLIB] Make MLlib ChiSqSelector Serializable (& Fix Related Documentation Example).
    Mike Dusenberry authored
    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.
    
    Author: Mike Dusenberry <dusenberrymw@gmail.com>
    
    Closes #6462 from dusenberrymw/Make_ChiSqSelector_Serializable_and_Fix_Related_Docs_Example and squashes the following commits:
    
    9cb2f94 [Mike Dusenberry] Make MLlib ChiSqSelector Serializable.
    d9003bf [Mike Dusenberry] Add missing import in MLlib ChiSqSelector Docs Scala example.
Loading