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

Joseph K. Bradley resolved SPARK-10064.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.0

Issue resolved by pull request 8246
[https://github.com/apache/spark/pull/8246]

> 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
>             Fix For: 1.6.0
>
>
> 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to