spark-instrumented-optimizer/python/pyspark/ml/param
zhengruifeng 689c294102 [SPARK-32907][ML][PYTHON] Adaptively blockify instances - AFT,LiR,LoR
### What changes were proposed in this pull request?
use `maxBlockSizeInMB` instead of `blockSize` (#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

Closes #30355 from zhengruifeng/adaptively_blockify_aft_lir_lor.

Lead-authored-by: zhengruifeng <ruifengz@foxmail.com>
Co-authored-by: Ruifeng Zheng <ruifengz@foxmail.com>
Signed-off-by: Weichen Xu <weichen.xu@databricks.com>
2020-11-18 23:02:31 +08:00
..
__init__.py [SPARK-33251][PYTHON][DOCS] Migration to NumPy documentation style in ML (pyspark.ml.*) 2020-11-10 09:33:48 +09:00
__init__.pyi [SPARK-32714][PYTHON] Initial pyspark-stubs port 2020-09-24 14:15:36 +09:00
_shared_params_code_gen.py [SPARK-32907][ML][PYTHON] Adaptively blockify instances - AFT,LiR,LoR 2020-11-18 23:02:31 +08:00
_shared_params_code_gen.pyi [SPARK-32714][PYTHON] Initial pyspark-stubs port 2020-09-24 14:15:36 +09:00
shared.py [SPARK-32907][ML][PYTHON] Adaptively blockify instances - AFT,LiR,LoR 2020-11-18 23:02:31 +08:00
shared.pyi [SPARK-32907][ML][PYTHON] adaptively blockify instances - LinearSVC 2020-11-12 19:14:07 +08:00