OCaml wrapper on top of a Random Forests implementation

Hello,

I made yet another wrapper.
It is here:

It can be used for classification and regression.
There is a test here:

This package relies on the C++ ranger implementation:

this package does not depend on R.

It is quite hackish and doesn’t support sparse data also (I need to know how ranger
supports them first).

Regards,
F.

3 Likes