Skip to content

Releases: JuliaAI/DecisionTree.jl

v0.8.1

11 Aug 12:11
Compare
Choose a tag to compare
  • Optimized implementation of Adaboost classifier
  • Added support for 32-bit architectures
  • Added benchmarking suites

v0.8.0

26 Jun 08:30
dda13d2
Compare
Choose a tag to compare

DecisionTree v0.8.0 supports Julia v0.7-

v0.7.2

24 Jun 17:34
e6a7e5a
Compare
Choose a tag to compare
  • Dropped support for Julia v0.5
  • New implementations of classification and regression routines (decision trees and random forests)
  • Updated ScikitLearn API
  • Wrapped unit tests in @testset macros

v0.6.5

01 Dec 02:47
5f0adc5
Compare
Choose a tag to compare

Remove Compat dependency

v0.6.4

02 Nov 01:41
43a0ead
Compare
Choose a tag to compare

Reverted to old Node type. Now supports heterogeneously typed features again.