Uh oh!
There was an error while loading. Please reload this page.
[SPARK-32907][ML][PYTHON] Adaptively blockify instances - AFT,LiR,LoR - #30355
[SPARK-32907][ML][PYTHON] Adaptively blockify instances - AFT,LiR,LoR#30355zhengruifeng wants to merge 4 commits into
Conversation
rename param add comment
SparkQA
commented
Nov 12, 2020
Test build #131000 has finished for PR 30355 at commit
|
SparkQA
commented
Nov 12, 2020
Kubernetes integration test starting |
SparkQA
commented
Nov 12, 2020
Kubernetes integration test status success |
SparkQA
commented
Nov 13, 2020
Kubernetes integration test starting |
SparkQA
commented
Nov 13, 2020
Kubernetes integration test status success |
SparkQA
commented
Nov 13, 2020
Test build #131028 has finished for PR 30355 at commit
|
SparkQA
commented
Nov 18, 2020
Kubernetes integration test starting |
SparkQA
commented
Nov 18, 2020
Test build #131252 has finished for PR 30355 at commit
|
SparkQA
commented
Nov 18, 2020
Kubernetes integration test status failure |
SparkQA
commented
Nov 18, 2020
Test build #131268 has finished for PR 30355 at commit
|
SparkQA
commented
Nov 18, 2020
Kubernetes integration test starting |
SparkQA
commented
Nov 18, 2020
Kubernetes integration test status failure |
WeichenXu123
commented
Nov 18, 2020
LGTM. |
WeichenXu123
commented
Nov 18, 2020
Merge to master. |
zhengruifeng
commented
Nov 19, 2020
@WeichenXu123 Thank you so much! |
What changes were proposed in this pull request?
use
maxBlockSizeInMBinstead ofblockSize(#rows) to control the stacking of vectors;Why are the changes needed?
the performance gain is mainly related to the nnz of block.
Does this PR introduce any user-facing change?
yes, param blockSize -> blockSizeInMB in master
How was this patch tested?
updated testsuites