Skip to content
parthgvora edited this page May 3, 2021 · 2 revisions

This repository contains a Python + Cython implementation of the Sparse Projection Oblique Random Forest, and Manifold Oblique Random Forest algorithms. The goal is to implement these algorithms using scikit-learn's code and framework to ultimately PR them into scikit-learn. Implementation and usage details, as well as what work is yet to be done, is detailed in the following pages.

Current implementation of SPORF: link

Current implementation of MORF: link

Remaining work for sklearn PR: link

Clone this wiki locally