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/04/24 21:22:39 UTC

[jira] [Created] (SPARK-7130) spark.ml RandomForest* should always do bootstrapping

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

             Summary: spark.ml RandomForest* should always do bootstrapping
                 Key: SPARK-7130
                 URL: https://issues.apache.org/jira/browse/SPARK-7130
             Project: Spark
          Issue Type: Improvement
          Components: ML
    Affects Versions: 1.4.0
            Reporter: Joseph K. Bradley
            Priority: Minor


Currently, spark.ml RandomForest does not do bootstrapping if numTrees = 1.  For consistency and a simpler API, it should always do bootstrapping.  The current behavior is an artifact of the old API, in which RandomForest and DecisionTree share the same implementation.  This change should happen after the implementation is moved to spark.ml (which we need to do so that the implementation can be generalized).



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