ProgLearn
ProgLearn copied to clipboard
Implement SPORF in Proglearn: predict function, documentation
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"
Please assign @jmandavilli this issue
Could I be assigned to this issue
Closing, per PR #374
Reopen until performance and correctness verified with paper figures