https://github.com/unixjunkie/oranger
Thin OCaml wrapper for the ranger (C++) random forests implementation
https://github.com/unixjunkie/oranger
classification ocaml-library random-forest ranger regression
Last synced: over 1 year ago
JSON representation
Thin OCaml wrapper for the ranger (C++) random forests implementation
- Host: GitHub
- URL: https://github.com/unixjunkie/oranger
- Owner: UnixJunkie
- License: lgpl-2.1
- Created: 2018-09-18T08:42:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T07:44:04.000Z (about 4 years ago)
- Last Synced: 2025-02-06T08:21:29.837Z (over 1 year ago)
- Topics: classification, ocaml-library, random-forest, ranger, regression
- Language: OCaml
- Homepage:
- Size: 121 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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