Skip to content
  • sethah's avatar
    5b849766
    [SPARK-15181][ML][PYSPARK] Python API for GLR summaries. · 5b849766
    sethah authored
    ## What changes were proposed in this pull request?
    
    This patch adds a python API for generalized linear regression summaries (training and test). This helps provide feature parity for Python GLMs.
    
    ## How was this patch tested?
    
    Added a unit test to `pyspark.ml.tests`
    
    Author: sethah <seth.hendrickson16@gmail.com>
    
    Closes #12961 from sethah/GLR_summary.
    5b849766
    [SPARK-15181][ML][PYSPARK] Python API for GLR summaries.
    sethah authored
    ## What changes were proposed in this pull request?
    
    This patch adds a python API for generalized linear regression summaries (training and test). This helps provide feature parity for Python GLMs.
    
    ## How was this patch tested?
    
    Added a unit test to `pyspark.ml.tests`
    
    Author: sethah <seth.hendrickson16@gmail.com>
    
    Closes #12961 from sethah/GLR_summary.
Loading