An open API service indexing awesome lists of open source software.

https://github.com/unixjunkie/orrandomforest

OCaml wrapper to the R randomForest package
https://github.com/unixjunkie/orrandomforest

bagging classification feature-importance ocaml-library r random-forest regression

Last synced: 2 months ago
JSON representation

OCaml wrapper to the R randomForest package

Awesome Lists containing this project

README

          

# orrandomForest
OCaml wrapper to the R randomForest package

Can be used for classification or regression.
Features importance can be extracted out of a trained model.

Warning: any sparse matrix read in .csr format is converted to a dense matrix,
because the R package randomForest doesn't support sparse matrices.