Skip to content

Releases: JuliaAI/DecisionTree.jl

v0.10.13

22 Jun 01:58
66f99b8
Compare
Choose a tag to compare

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:

v0.10.12

17 May 22:20
7e090bb
Compare
Choose a tag to compare

DecisionTree v0.10.12

Diff since v0.10.11

  • (enhancement) Add method wrap which allows one to wrap a decision tree (Leaf or Node object) in a new tree structure implementing the AbstractTrees.jl interface. Unlike raw DecisionTree.jl decision trees, the nodes of the wrapped objects can include the names of splitting-features at nodes, and any other node metadata. See the wrap docstring for details. (#158) @roland-KA

Closed issues:

  • Avoid "regressor" terminology (#49)
  • Support sample weights? (#141)
  • TagBot trigger issue (#145)
  • Splitting criterion in regression tree (#148)
  • Transfer of ownership? (#152)
  • Update General.jl to reflect new ownership (#153)
  • Issue to trigger new releases (#162)

Merged pull requests:

v0.10.11

06 Oct 03:23
f032ec5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: bensadeghi/DecisionTree.jl@v0.10.10...v0.10.11

v0.10.10

17 Sep 08:16
c0184f4
Compare
Choose a tag to compare

DecisionTree v0.10.10

Diff since v0.10.9

Merged pull requests:

  • calibrate using training data for cross validation (#133) (@salbert83)

v0.10.9

08 Aug 00:33
72690a0
Compare
Choose a tag to compare

DecisionTree v0.10.9

Diff since v0.10.8

Merged pull requests:

  • Fitting using AbstractMatrix instead of Matrix (#132) (@barucden)

v0.10.8

06 Aug 23:11
4bdf714
Compare
Choose a tag to compare

DecisionTree v0.10.8

Diff since v0.10.7

Closed issues:

  • README update (#130)

Merged pull requests:

  • Allow fitting using AbstractMatrix instead of Matrix (#131) (@barucden)

v0.10.7

15 Jul 10:10
a7a6316
Compare
Choose a tag to compare

DecisionTree v0.10.7

Diff since v0.10.6

Merged pull requests:

v0.10.6

13 Jul 15:10
5f78991
Compare
Choose a tag to compare

DecisionTree v0.10.6

Diff since v0.10.5

Closed issues:

  • Features of type AbstractVector in apply_tree? (#124)
  • Forest building on parallel threads is not a good idea (#125)
  • Request: option to suppress printing in nfoldCV_tree (#127)

Merged pull requests:

v0.10.5

23 Jun 02:08
f4a4e34
Compare
Choose a tag to compare

DecisionTree v0.10.5

Diff since v0.10.4

v0.10.4

22 Jun 03:07
ad93f13
Compare
Choose a tag to compare

DecisionTree v0.10.4

Diff since v0.10.3

Closed issues:

  • build_adaboost_stumps produces unexpected convert errors (#121)

Merged pull requests: