package orxgboost

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.2.0.tar.gz
md5=6f5c65ea116e9330a5e3498d7e8cddbb

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: 17 Jun 2022

Dependencies (3)

  1. conf-r
  2. dune
  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