package orxgboost

  1. Overview
  2. No Docs
Gradient boosting for OCaml using the R xgboost package

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.1.tar.gz
md5=37389aa495cba09b8c4b79f30e6891f1

Description

This package really fires up and talks to an R interpreter. Data are exchanged via text files. It can handle dense or sparse (in CSR format) data matrices. For details, cf. Chen, Tianqi, and Carlos Guestrin. "Xgboost: A scalable tree boosting system." Proceedings of KDD'16. ACM, 2016. DOI: 10.1145/2939672.2939785. https://xgboost.readthedocs.io/en/latest/

Published: 05 Apr 2018

Dependencies (3)

  1. conf-r
  2. jbuilder >= "1.0+beta7"
  3. ocaml

Dev Dependencies (3)

  1. cpm with-test
  2. batteries with-test
  3. dolog < "4.0.0" & with-test

Used by

None

Conflicts

None