Skip to content
Snippets Groups Projects
  • Herman van Hovell's avatar
    e5fb78ba
    [SPARK-14952][CORE][ML] Remove methods that were deprecated in 1.6.0 · e5fb78ba
    Herman van Hovell authored
    #### What changes were proposed in this pull request?
    
    This PR removes three methods the were deprecated in 1.6.0:
    - `PortableDataStream.close()`
    - `LinearRegression.weights`
    - `LogisticRegression.weights`
    
    The rationale for doing this is that the impact is small and that Spark 2.0 is a major release.
    
    #### How was this patch tested?
    Compilation succeded.
    
    Author: Herman van Hovell <hvanhovell@questtec.nl>
    
    Closes #12732 from hvanhovell/SPARK-14952.
    e5fb78ba
    History
    [SPARK-14952][CORE][ML] Remove methods that were deprecated in 1.6.0
    Herman van Hovell authored
    #### What changes were proposed in this pull request?
    
    This PR removes three methods the were deprecated in 1.6.0:
    - `PortableDataStream.close()`
    - `LinearRegression.weights`
    - `LogisticRegression.weights`
    
    The rationale for doing this is that the impact is small and that Spark 2.0 is a major release.
    
    #### How was this patch tested?
    Compilation succeded.
    
    Author: Herman van Hovell <hvanhovell@questtec.nl>
    
    Closes #12732 from hvanhovell/SPARK-14952.