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

RandomForest classification uses wrong threshold

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • 1.2.0
    • None
    • MLlib
    • None

    Description

      RandomForest was modified to use WeightedEnsembleModel, but it needs to use a different threshold for prediction than GradientBoosting does.

      Fix: WeightedEnsembleModel.scala:70 should use threshold 0.0 for boosting and 0.5 for forests.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: