Skip to content

Commit

Permalink
Update README with CRAN and agtboost paper
Browse files Browse the repository at this point in the history
  • Loading branch information
Blunde1 authored Sep 1, 2020
1 parent c3380e5 commit 8c986ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
```
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 8c986ee

Please sign in to comment.