v1.0-refactoredtrees
·
3084 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