Skip to content
Snippets Groups Projects
  • Bryan Cutler's avatar
    5410747a
    [SPARK-10959] [PYSPARK] StreamingLogisticRegressionWithSGD does not train with... · 5410747a
    Bryan Cutler authored
    [SPARK-10959] [PYSPARK] StreamingLogisticRegressionWithSGD does not train with given regParam and convergenceTol parameters
    
    These params were being passed into the StreamingLogisticRegressionWithSGD constructor, but not transferred to the call for model training.  Same with StreamingLinearRegressionWithSGD.  I added the params as named arguments to the call and also fixed the intercept parameter, which was being passed as regularization value.
    
    Author: Bryan Cutler <bjcutler@us.ibm.com>
    
    Closes #9002 from BryanCutler/StreamingSGD-convergenceTol-bug-10959.
    5410747a
    History
    [SPARK-10959] [PYSPARK] StreamingLogisticRegressionWithSGD does not train with...
    Bryan Cutler authored
    [SPARK-10959] [PYSPARK] StreamingLogisticRegressionWithSGD does not train with given regParam and convergenceTol parameters
    
    These params were being passed into the StreamingLogisticRegressionWithSGD constructor, but not transferred to the call for model training.  Same with StreamingLinearRegressionWithSGD.  I added the params as named arguments to the call and also fixed the intercept parameter, which was being passed as regularization value.
    
    Author: Bryan Cutler <bjcutler@us.ibm.com>
    
    Closes #9002 from BryanCutler/StreamingSGD-convergenceTol-bug-10959.