Skip to content

This is the implementation of Sparse Projection Oblique Randomer Forest, usable within newer versions of Python

Notifications You must be signed in to change notification settings

GiorgioMB/SPORF_Available

 
 

Repository files navigation

arXiv shield PyPI version CRAN Status Badge DOI dockerhub Gigantum Downloads shield

SPORF -- sparse projection oblique randomer forests (aka RerF, Randomer Forest or Random Projection Forests) -- is an algorithm developed by Tomita et al. (2016) which is similar to Random Forest-Random Combination (Forest-RC) developed by Breiman (2001).

The difference between the two algorithms is where the random linear combinations occur: Forest-RC combines features at the tree level whereas RerF combines features at the node level.

Packages

  • Memory optimized C++ implementation of RandomForest and RerF.
  • Python bindings to packedForest.
  • The R and C++ implemetation of RerF.

About

This is the implementation of Sparse Projection Oblique Randomer Forest, usable within newer versions of Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.8%
  • TeX 25.1%
  • Python 7.2%
  • R 4.5%
  • JavaScript 1.2%
  • CSS 0.8%
  • Other 2.4%