-
Improvement
-
Status:
Closed
-
Major
-
Resolution:
Fixed
-
0.5.2
-
-
- 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