0.2.0
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).