zhengruifeng opened a new pull request #27396: [SPARK-30660][ML][PYSPARK] 
LinearRegression blockify input vectors
URL: https://github.com/apache/spark/pull/27396
 
 
   ### What changes were proposed in this pull request?
   1, use blocks instead of vectors for performance improvement
   2, move standardization of input vectors outside of gradient computation
   
   ### Why are the changes needed?
   1, less RAM to persist training data; (save ~40%)
   2, faster than existing impl; (30% ~ 102%)
   
   
   ### Does this PR introduce any user-facing change?
   add a new expert param `blockSize`
   
   
   ### How was this patch tested?
   updated testsuites
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to