From 8c986ee56517b26dc79deb1abeb757890dd7b212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berent=20=C3=85=2E=20S=2E=20Lunde?= Date: Tue, 1 Sep 2020 22:52:38 +0200 Subject: [PATCH] Update README with CRAN and agtboost paper --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 838e298..0542fd7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,11 @@ Consequently, the speed-ups relative to state-of-the-art implementations are in ## Installation -**R**: Install the development version from GitHub +**R**: Finally on CRAN! Install the stable version with +```r +install.packages("agtboost") +``` +or install the development version from GitHub ```r devtools::install_github("Blunde1/agtboost/R-package") ``` @@ -88,6 +92,7 @@ Furthermore, an aGTBoost model is (see example code) ## References - [An information criterion for automatic gradient tree boosting](https://arxiv.org/abs/2008.05926) +- [agtboost: Adaptive and Automatic Gradient Tree Boosting Computations](https://arxiv.org/abs/2008.12625) ## Contribute