File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
Code
4
4
int_res_1 <- int_pctl(lm_res, times = 500)
5
5
Condition
6
- Warning:
6
+ Warning in `rsample::int_pctl()` :
7
7
Recommend at least 1000 non-missing bootstrap resamples for terms `rmse` and `rsq`.
8
8
9
9
---
19
19
Code
20
20
int_res_2 <- int_pctl(lm_res, times = 500, alpha = 0.25)
21
21
Condition
22
- Warning:
22
+ Warning in `rsample::int_pctl()` :
23
23
Recommend at least 1000 non-missing bootstrap resamples for terms `rmse` and `rsq`.
24
24
25
25
# percentile intervals - last fit
26
26
27
27
Code
28
28
int_res_1 <- int_pctl(lm_res, times = 200)
29
29
Condition
30
- Warning:
30
+ Warning in `rsample::int_pctl()` :
31
31
Recommend at least 1000 non-missing bootstrap resamples for term `mae`.
32
32
33
33
---
34
34
35
35
Code
36
36
int_res_2 <- int_pctl(lm_res, times = 200)
37
37
Condition
38
- Warning:
38
+ Warning in `rsample::int_pctl()` :
39
39
Recommend at least 1000 non-missing bootstrap resamples for term `mae`.
40
40
41
41
# percentile intervals - grid + bayes tuning
You can’t perform that action at this time.
0 commit comments