Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-7130

spark.ml RandomForest* should always do bootstrapping

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 1.4.0
    • None
    • ML
    • None

    Description

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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              josephkb Joseph K. Bradley
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: