Skip to content

v0.10.13

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jun 01:58
66f99b8

DecisionTree v0.10.13

Diff since v0.10.12

  • (bug fixes) Ensure nfoldsCV passes the RNG on to AdaBoostClassifier models. Fix non-threadsafe use of RNGs in random forests (#174) @rikhuijzer
  • (testing) Replace all RNGs in tests with StableRNGs to ensure consistency across Julia versions and introduce tests over multiple seeds (#174) @rikhuijzer
  • (enhancement) Improve display returned by print_tree (making it consistent with the AbstractTrees.jl fallback) and fix docstring (#171, #172, #173) @rikhuijzer

Merged pull requests: