Skip to content

Commit 876dca5

Browse files
committed
stable link in readme
1 parent 1ef43f1 commit 876dca5

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
^codecov\.yml$
88
^\.github$
99
^CRAN-RELEASE$
10+
^CRAN-SUBMISSION$

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 0.3.0
2+
Date: 2025-12-04 19:21:38 UTC
3+
SHA: 1ef43f1d9e802126c442575a0c725612f5fbdc8e

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ devtools::install_dev('xrf')
1818
```
1919

2020
## About
21-
RuleFit (described in [Friedman & Popescu](http://statweb.stanford.edu/~jhf/ftp/RuleFit.pdf)) is a clever model combining tree ensembles and linear models. The goal is to produce a model with comparable performance to a tree ensemble, with the interpretability of a linear model.
21+
RuleFit (described in [Friedman & Popescu](https://doi.org/10.1214/07-AOAS148)) is a clever model combining tree ensembles and linear models. The goal is to produce a model with comparable performance to a tree ensemble, with the interpretability of a linear model.
2222

2323
The general algorithm follows:
2424

0 commit comments

Comments
 (0)