Skip to content

Commit

Permalink
merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Sep 30, 2024
2 parents e3193fa + 18442b2 commit cc6e04c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/testthat/_snaps/int_pctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Code
int_res_1 <- int_pctl(lm_res, times = 500)
Condition
Warning:
Warning in `rsample::int_pctl()`:
Recommend at least 1000 non-missing bootstrap resamples for terms `rmse` and `rsq`.

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

# percentile intervals - last fit

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

---

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

# percentile intervals - grid + bayes tuning
Expand Down

0 comments on commit cc6e04c

Please sign in to comment.