ProgLearn
ProgLearn copied to clipboard
Implement SPORF in ProgLearn: fit function, recreate SPORF figures
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 #352
- Implement fit function
- Write unit tests for fit function
- Recreate figures from SPORF paper with sklearn SPORF implementation
- Feature request for sklearn oblique trees: write "Describe your proposed workflow" section
Please assign @parthgvora this issue
Closing, per PR #374
Reopen until performance and correctness verified with paper figures