Skip to content

0.2.2

Compare
Choose a tag to compare
@achoum achoum released this 15 Dec 17:12
· 890 commits to main since this release

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.