Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-02-13 | 568 Bytes | |
v0.12.3 source code.tar.gz | 2023-02-13 | 559.0 kB | |
v0.12.3 source code.zip | 2023-02-13 | 572.8 kB | |
Totals: 3 Items | 1.1 MB | 0 |
DecisionTree v0.12.3
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)