v1.0-refactoredtrees
adam2392
released this
02 Feb 04:43
·
2123 commits
to main
since this release
Refactored scikit-learn tree submodule to enable the following features:
- separate leaf/split node setting in the Cython Tree
- oblique splits that is the Forest-RC algorithm implemented by Breiman 2001
- implement an abstract base class for Criterion, Splitter and Tree in Cython tree submodule
- modularize the Python tree class to allow for different Cython tree implementations