Skip to content

1.3.0

Compare
Choose a tag to compare
@achoum achoum released this 25 Jan 08:29
· 647 commits to main since this release

1.3.0

Features

  • Setting the generic hyper-parameter "subsample" is enough enable random
    subsampling (to need to also set "sampling_method=RANDOM").
  • Improve the display of decision tree structures.
  • The Hyper-parameter optimizer field "predefined_search_space" automatically
    configures the set of hyper-parameters to explore during automatic
    hyper-parameter tuning.
  • Replaces the MEAN_MIN_DEPTH variable importance with INV_MEAN_MIN_DEPTH.