Skip to content

Releases: JuliaAI/DecisionTree.jl

v0.10.3

10 Jun 09:07
Compare
Choose a tag to compare

DecisionTree v0.10.3

Diff since v0.10.2

Merged pull requests:

v0.10.2

06 Jun 05:07
febdbb0
Compare
Choose a tag to compare

DecisionTree v0.10.2

Diff since v0.10.1

Closed issues:

  • Multi-output random forest regression (#117)

Merged pull requests:

v0.10.1

04 Jan 00:59
Compare
Choose a tag to compare

Bug fixes:

  • Removed hard-coded loss function
  • Test tolerance changes

v0.10.0

07 Dec 06:38
8994140
Compare
Choose a tag to compare
  • Set up CompatHelper
  • Add upper-bounded [compat] entry for julia
  • Add upper-bounded [compat] entry for ScikitLearnBase
  • Drops support for Julia 0.7.

v0.9.2

03 Dec 06:42
0155494
Compare
Choose a tag to compare
  • Fix of throw error message
  • Removal of unused variables
  • Removal of unnecessary Int()s

v0.9.1

09 Oct 21:54
ec2f64c
Compare
Choose a tag to compare

Reverted @threads and @view usage in apply_proba functions
Added apply_proba tests

v0.9.0

06 Oct 21:10
Compare
Choose a tag to compare
  • Use Threads instead of Distributed
  • Do some precomputation to make entropy computation faster
  • Use views when evaluating

v0.8.4

28 Sep 09:06
895d98d
Compare
Choose a tag to compare

Fixed print issue

v0.8.3

06 Jul 07:35
616d253
Compare
Choose a tag to compare

Added Project.toml

v0.8.2

11 May 03:18
3fe2e37
Compare
Choose a tag to compare
Merge pull request #94 from bensadeghi/cleanup

Little Cleanup