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/05/20 09:34:00 UTC

[jira] [Created] (SPARK-27777) Eliminate uncessary sliding job in AreaUnderCurve

zhengruifeng created SPARK-27777:
------------------------------------

             Summary: Eliminate uncessary sliding job in AreaUnderCurve
                 Key: SPARK-27777
                 URL: https://issues.apache.org/jira/browse/SPARK-27777
             Project: Spark
          Issue Type: Improvement
          Components: ML
    Affects Versions: 3.0.0
            Reporter: zhengruifeng


Current impl of \{AreaUnderCurve} use \{SlidingRDD} to perform sliding, in which a prepending job is needed to compute the head items on each partition.

However, this job can be eliminated in computation of AUC by collecting local areas and head/last at once.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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