SkillAgentSearch skills...

SPORF

This is the implementation of Sparse Projection Oblique Randomer Forest

Install / Use

/learn @neurodata/SPORF
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SPORF/RerF

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

packedForest (C++)

  • Memory optimized C++ implementation of RandomForest and RerF.

Py-RerF

  • Python bindings to packedForest.

R-RerF

  • The R and C++ implemetation of RerF.
View on GitHub
GitHub Stars103
CategoryDevelopment
Updated2mo ago
Forks46

Languages

C++

Security Score

85/100

Audited on Jan 22, 2026

No findings