You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Joseph K. Bradley (JIRA)" <ji...@apache.org> on 2015/10/06 23:30:28 UTC

[jira] [Commented] (SPARK-10064) Decision tree continuous feature binning is slow in large feature spaces

    [ https://issues.apache.org/jira/browse/SPARK-10064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14945854#comment-14945854 ] 

Joseph K. Bradley commented on SPARK-10064:
-------------------------------------------

Setting to Minor since this is a small part of the training time

> Decision tree continuous feature binning is slow in large feature spaces
> ------------------------------------------------------------------------
>
>                 Key: SPARK-10064
>                 URL: https://issues.apache.org/jira/browse/SPARK-10064
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib
>    Affects Versions: 1.4.1
>            Reporter: Nathan Howell
>            Assignee: Nathan Howell
>            Priority: Minor
>
> When working with large feature spaces and high bin counts (>500) the binning process can take many hours. This is particularly painful because it ties up executors for the duration, which is not shared-cluster friendly.
> The binning process can and should be performed on the executors instead of the driver.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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