Skip to content

Commit 18442b2

Browse files
committed
update snaps with remote rsample
1 parent 69a3026 commit 18442b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/testthat/_snaps/int_pctl.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Code
44
int_res_1 <- int_pctl(lm_res, times = 500)
55
Condition
6-
Warning:
6+
Warning in `rsample::int_pctl()`:
77
Recommend at least 1000 non-missing bootstrap resamples for terms `rmse` and `rsq`.
88

99
---
@@ -19,23 +19,23 @@
1919
Code
2020
int_res_2 <- int_pctl(lm_res, times = 500, alpha = 0.25)
2121
Condition
22-
Warning:
22+
Warning in `rsample::int_pctl()`:
2323
Recommend at least 1000 non-missing bootstrap resamples for terms `rmse` and `rsq`.
2424

2525
# percentile intervals - last fit
2626

2727
Code
2828
int_res_1 <- int_pctl(lm_res, times = 200)
2929
Condition
30-
Warning:
30+
Warning in `rsample::int_pctl()`:
3131
Recommend at least 1000 non-missing bootstrap resamples for term `mae`.
3232

3333
---
3434

3535
Code
3636
int_res_2 <- int_pctl(lm_res, times = 200)
3737
Condition
38-
Warning:
38+
Warning in `rsample::int_pctl()`:
3939
Recommend at least 1000 non-missing bootstrap resamples for term `mae`.
4040

4141
# percentile intervals - grid + bayes tuning

0 commit comments

Comments
 (0)