Skip to content

v1.10.0

Compare
Choose a tag to compare
@rstz rstz released this 21 Aug 19:51
· 135 commits to main since this release

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.