Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unixjunkie/orxgboost

Gradient boosting for OCaml using the R xgboost package under the carpet
https://github.com/unixjunkie/orxgboost

classification gradient-boosted-trees gradient-boosting machine-learning ocaml-library r regression xgboost

Last synced: about 1 month ago
JSON representation

Gradient boosting for OCaml using the R xgboost package under the carpet

Awesome Lists containing this project

README

        

# orxgboost
Gradient boosting for OCaml using the R xgboost package under the carpet

https://cran.r-project.org/web/packages/xgboost/index.html

https://cran.r-project.org/web/packages/xgboost/xgboost.pdf

Please look into the R documentation for the corresponding package for
details:

```
R
install.packages('xgboost', dependencies = TRUE, repos='http://cran.r-project.org')
library(xgboost)
help(xgboost)
````