sbrl - the development repository for the R package sbrl
The full details of the algorithm are in the paper:
Hongyu Yang, Cynthia Rudin, Margo Seltzer (2017) https://proceedings.mlr.press/v70/yang17h.html
- Further speedup (2x) the runtime of the core functions.
- Resolved reported memory leak issues originated from the improper memory management in the C implementation.
- Refactored the C implementation to C++ implementation.
- Fixed various bugs and corner cases.
- Completed the R package and published it on CRAN.
- The first implementation of the algorithm. It is now moved to the branch master-old-c