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

DecisionTree: eliminate bins for unordered features

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 1.1.0
    • 1.4.0
    • MLlib
    • None

    Description

      Code simplification: DecisionTree currently allocates bins for unordered features (in findSplitsBins). However, those bins are not needed; only the splits are required. This change will require modifying findSplitsBins, as well as modifying a few other functions to use splits instead of bins.

      Attachments

        Activity

          People

            MechCoder Manoj Kumar
            josephkb Joseph K. Bradley
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: