v1.10.0
1.10.0 - 2024-08-21
Features
- Add support for Isolation Forests model.
- The default value of
num_candidate_attributes
in the CART learner is
changed from 0 (Random Forest style sampling) to -1 (no sampling). This is
the generally accepted logic of CART. - Added support for GCS for file I/O.