Skip to content

Yggdrasil Decision Forests 1.1.0

Compare
Choose a tag to compare
@achoum achoum released this 21 Oct 16:44
· 717 commits to main since this release

Features

  • Early stopping is no longer triggered during first iterations. The initial
    iteration for early stopping can be controlled with the new parameter
    early_stopping_initial_iteration in gradient_boosted_trees.proto.
  • Benchmark inference tool does not require for the dataset to contain the
    label column.
  • The user can specify the location of the wasm file in the JavaScript port.