v0.10.13
DecisionTree v0.10.13
- (bug fixes) Ensure
nfoldsCV
passes the RNG on toAdaBoostClassifier
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:
- Fix typo in
print_tree
description (#171) (@rikhuijzer) - Replace
L
by<
andR
by≥
(#172) (@rikhuijzer) - Round digits in
print_tree
(#173) (@rikhuijzer) - Test multiple seeds (#174) (@rikhuijzer)
- For a 0.10.13 release (#178) (@ablaom)