parthgvora
parthgvora
#### Reference issue #### Type of change Draft of SPORF. Contains cythonization, parameters equivalent to RerF, and various bug fixes from previous python-only iteration. Still needs work! #### What does...
The end goal is to create an sklearn compliant SPORF in proglearn that is modular enough to add different kinds of oblique trees in the future (i.e. MORF). This issue...
The end goal is to create an sklearn compliant SPORF in proglearn that is modular enough to add different kinds of oblique trees in the future (i.e. MORF). This issue...
Cythonize bottlenecks in proglearn oblique tree splitter to speed up training times. Main bottleneck is finding the next best split.