0.2.2
Features
- The CART learner exports the number of pruned nodes in the output model
meta-data. Note: The CART learner outputs a Random Forest model with a
single tree. - The Random Forest and CART learners support the
CATEGORICAL_UPLIFT
task. - Add
SetLoggingLevel
to control the amount of logging.
Fixes
- Fix tree pruning in the CART learner for regressive tasks.