You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "zhengruifeng (Jira)" <ji...@apache.org> on 2019/12/25 01:45:00 UTC

[jira] [Assigned] (SPARK-30178) RobustScaler support bigger numFeatures

     [ https://issues.apache.org/jira/browse/SPARK-30178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

zhengruifeng reassigned SPARK-30178:
------------------------------------

    Assignee: zhengruifeng

> RobustScaler support bigger numFeatures
> ---------------------------------------
>
>                 Key: SPARK-30178
>                 URL: https://issues.apache.org/jira/browse/SPARK-30178
>             Project: Spark
>          Issue Type: Improvement
>          Components: ML
>    Affects Versions: 3.0.0
>            Reporter: zhengruifeng
>            Assignee: zhengruifeng
>            Priority: Minor
>
> It is a bottleneck to collect the whole Array[QuantileSummaries] from executors,
> since a QuantileSummaries is a large object, which maintains large arrays of size 10k({color:#93a6f5}defaultCompressThreshold{color})/50k({color:#93a6f5}defaultHeadSize{color}).
> So we need to compute the ranges/medians more distributedly.
> In Spark-Shell with default params, I processed dataset with numFeatures=69,200, and current impl fail due to OOM.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org