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/08/25 20:41:45 UTC

[jira] [Created] (SPARK-10232) Decide whether spark.ml Decision Tree and Random Forest can replace spark.mllib implementation

Joseph K. Bradley created SPARK-10232:
-----------------------------------------

             Summary: Decide whether spark.ml Decision Tree and Random Forest can replace spark.mllib implementation
                 Key: SPARK-10232
                 URL: https://issues.apache.org/jira/browse/SPARK-10232
             Project: Spark
          Issue Type: Task
          Components: ML, MLlib
            Reporter: Joseph K. Bradley
            Assignee: Joseph K. Bradley


This JIRA is for discussing replacing the spark.mllib DecisionTree and RandomForest implementations with the implementation in spark.ml.  The new implementation is simply a copy, with slight modifications (removing "bins").

Pros:
* Support only 1 implementation.
* Efficiency gains in spark.ml will benefit both APIs.

Cons:
* As spark.ml tree functionality increases, we will need to maintain conversion code for converting spark.ml trees to spark.mllib trees.

Must:
* Ensure we do not have significant regressions in the new implementation.



--
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