Skip to content

0.2.0

Compare
Choose a tag to compare
@achoum achoum released this 01 Nov 16:44
· 929 commits to main since this release

Features

  • Distributed training of Gradient Boosted Decision Trees.
  • Add maximum_model_size_in_memory_in_bytes hyper-parameter to limit the
    size of the model in memory.

Fixes

  • Fix invalid splitting of pre-sorted numerical features (make use to use
    midpoint).