package oranger

  1. Overview
  2. Docs
OCaml wrapper for the ranger (C++) random forests implementation

Install

Dune Dependency

Authors

Maintainers

Sources

v2.0.4.tar.gz
md5=c95f50d6c076ac4abf45c9f6f9edba57

Description

Ranger is run from the command line and data are exchanged via text files. This is quick and dirty, not a clean OCaml interface to ranger.

Published: 06 May 2021

README

oranger

Thin OCaml wrapper for the ranger (C++) random forests implementation. Ranger is run from the command line and data are exchanged via text files.

ranger is here: https://github.com/imbs-hl/ranger

Dependencies (5)

  1. batteries
  2. dolog >= "6.0.0"
  3. re
  4. conf-cmake build
  5. dune >= "1.0.0"

Dev Dependencies (3)

  1. conf-gnuplot with-test
  2. cpm with-test
  3. minicli with-test & >= "5.0.0"

Used by

None

Conflicts

None