Uploaded image for project: 'Hivemall'
  1. Hivemall
  2. HIVEMALL-245

Refactor RandomForest for Sparse Data handling

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.5.2
    • 0.6.0
    • None

    Description

      • Fix attribute to use RoaringBitmap instead of AttributeType[]
      • Support pruning of redundant decision tree nodes
      • Support the default value for missing values
      • Fix split handling of sparse numeric values
        • problem: split does not occur when column values have a single value
          • if(x<=1.0) { .. } else { ... } never split where sparse x is already 1.0
        • if there are only a single value for a column, then treat it as nominal value

      Attachments

        Issue Links

          Activity

            People

              myui Makoto Yui
              myui Makoto Yui
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: