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 is in tandem with #351
- Implement the predict & predict_proba functions for the oblique tree
- Write unit tests for above functions.
- Write sklearn compliant documentation for new class
- Feature request for sklearn oblique trees: write "Describe your workflow section"
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 is in tandem with #351