Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 20:18
5a04aba

DecisionTree v0.12.0

Diff since v0.11.3

  • (breaking) For each tree in a random forest models, use seed! to put a copy of each associated RNG into a unique state, to mitigate observed correlation between trees (#194, #198) @dhanak @rikhuijzer

Closed issues:

  • Citation / Reference for DecisionTree.jl (#193)
  • RNG “shuffling” introduced in #174 is fundamentally flawed (#194)

Merged pull requests:

  • Use seed! to put every copy of rng into a unique state (#198) (@dhanak)
  • For a 0.12.0 release (#199) (@ablaom)