Skip to content

Commit 20b7bd2

Browse files
committed
fix typo
1 parent b5284b0 commit 20b7bd2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

man/details_rand_forest_grf.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rmd/rand_forest_grf.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ param$item
3333

3434
## Translation from parsnip to the original package (regression)
3535

36-
See [`?regression_forest`]("https://grf-labs.github.io/grf/reference/regression_forest.html)
36+
See [`?regression_forest`](https://grf-labs.github.io/grf/reference/regression_forest.html)
3737

3838
```{r}
3939
#| label: grf-reg
@@ -49,7 +49,7 @@ rand_forest(
4949

5050
## Translation from parsnip to the original package (classification)
5151

52-
See [`?probability_forest`]("https://grf-labs.github.io/grf/reference/probability_forest.html)
52+
See [`?probability_forest`](https://grf-labs.github.io/grf/reference/probability_forest.html)
5353

5454
```{r}
5555
#| label: grf-cls
@@ -65,7 +65,7 @@ rand_forest(
6565

6666
## Translation from parsnip to the original package (quantile regression)
6767

68-
See [`?quantile_forest`]("https://grf-labs.github.io/grf/reference/quantile_forest.html)
68+
See [`?quantile_forest`](https://grf-labs.github.io/grf/reference/quantile_forest.html)
6969

7070
When specifying _any_ quantile regression model, the user must specify the quantile levels _a priori_.
7171

man/rmd/rand_forest_grf.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This model has 3 tuning parameters:
1919

2020
## Translation from parsnip to the original package (regression)
2121

22-
See [`?regression_forest`]("https://grf-labs.github.io/grf/reference/regression_forest.html)
22+
See [`?regression_forest`](https://grf-labs.github.io/grf/reference/regression_forest.html)
2323

2424

2525
``` r
@@ -52,7 +52,7 @@ rand_forest(
5252

5353
## Translation from parsnip to the original package (classification)
5454

55-
See [`?probability_forest`]("https://grf-labs.github.io/grf/reference/probability_forest.html)
55+
See [`?probability_forest`](https://grf-labs.github.io/grf/reference/probability_forest.html)
5656

5757

5858
``` r
@@ -85,7 +85,7 @@ rand_forest(
8585

8686
## Translation from parsnip to the original package (quantile regression)
8787

88-
See [`?quantile_forest`]("https://grf-labs.github.io/grf/reference/quantile_forest.html)
88+
See [`?quantile_forest`](https://grf-labs.github.io/grf/reference/quantile_forest.html)
8989

9090
When specifying _any_ quantile regression model, the user must specify the quantile levels _a priori_.
9191

0 commit comments

Comments
 (0)