owlbarn / owl

Owl - OCaml Scientific Computing @ https://ocaml.xyz
MIT License
1.21k stars 123 forks source link

There is no Random Forests implementation in owl?! #516

Open UnixJunkie opened 4 years ago

UnixJunkie commented 4 years ago

I almost had a heart attack. Please, tell me I am wrong.

ryanrhymes commented 4 years ago

It is a shame ... but you are right. It has not been implemented yet. I had a plan long time ago about building a statistical learning module/toolbox in owl, but never manage to get it started :(

UnixJunkie commented 4 years ago

I know an RF implementation in OCaml, but it cannot do regression, so that's not completely OK: https://github.com/tobast/ORandForest

UnixJunkie commented 3 years ago

But, there should be one in ocaml-sklearn !!! Most of scipy, numpy and scikit-learn usable from OCaml: https://github.com/lehy/ocaml-sklearn