Skip to content
Snippets Groups Projects
  • Bryan Cutler's avatar
    9c6556c5
    [SPARK-13430][PYSPARK][ML] Python API for training summaries of linear and logistic regression · 9c6556c5
    Bryan Cutler authored
    ## What changes were proposed in this pull request?
    
    Adding Python API for training summaries of LogisticRegression and LinearRegression in PySpark ML.
    
    ## How was this patch tested?
    Added unit tests to exercise the api calls for the summary classes.  Also, manually verified values are expected and match those from Scala directly.
    
    Author: Bryan Cutler <cutlerb@gmail.com>
    
    Closes #11621 from BryanCutler/pyspark-ml-summary-SPARK-13430.
    9c6556c5
    History
    [SPARK-13430][PYSPARK][ML] Python API for training summaries of linear and logistic regression
    Bryan Cutler authored
    ## What changes were proposed in this pull request?
    
    Adding Python API for training summaries of LogisticRegression and LinearRegression in PySpark ML.
    
    ## How was this patch tested?
    Added unit tests to exercise the api calls for the summary classes.  Also, manually verified values are expected and match those from Scala directly.
    
    Author: Bryan Cutler <cutlerb@gmail.com>
    
    Closes #11621 from BryanCutler/pyspark-ml-summary-SPARK-13430.