package orxgboost

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.1.0.tar.gz
md5=aa174395f3520015bb9fc8a7c1eb5ef8

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: 20 Sep 2019

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