Skip to content

v0.12.3

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 21:17
· 15 commits to dev since this release

DecisionTree v0.12.3

Diff since v0.12.2

Closed issues:

  • Multithreading in apply_forrest (#134)
  • Replicate Python model in Julia (#203)
  • Fail to precompile the DecisionTree.jl on M1 mac (#212)
  • Add functionality for adding trees to an existing forest (#213)

Merged pull requests:

  • document use_multithreading keyword (#208) (@rafaqz)
  • Add docstring for build_forest (#214) (@ablaom)
  • Add method build_forest(model, ...) to add trees to existing model (#216) (@ablaom)