Releases: JuliaAI/DecisionTree.jl
Releases · JuliaAI/DecisionTree.jl
v0.8.1
- Optimized implementation of Adaboost classifier
- Added support for 32-bit architectures
- Added benchmarking suites
v0.8.0
DecisionTree v0.8.0 supports Julia v0.7-
v0.7.2
- 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
Remove Compat dependency
v0.6.4
Reverted to old Node type. Now supports heterogeneously typed features again.