pveber / ocaml-r

Objective Caml binding embedding the R interpreter
GNU General Public License v3.0
35 stars 4 forks source link

Any machine learning example using caret or ranger? #12

Open UnixJunkie opened 6 years ago

UnixJunkie commented 6 years ago

Hello,

I think having bindings to R is a good way to advance the OCaml ecosystem in the ML field. Seeing a working example of ocaml-r calling functions from the R packages ranger (random forests supporting sparse data) or caret (classification and regression) would help.

Regards, F.

pveber commented 6 years ago

I can show you through the first steps. I don't know anything about either two packages. Maybe you could start by providing usage examples, and a list of key data structures?

UnixJunkie commented 6 years ago

Before I write an R wrapper, I mustl always start from a working R script. So yes, one day I can send you one. I guess I will play with ranger then.

gl-yziquel commented 12 months ago

That would be great...