Skip to content

Commit

Permalink
drop verbose output in case it triggers sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
bcjaeger committed Jan 15, 2024
1 parent 98efa6b commit 5999a34
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.1.2
Date: 2024-01-14 22:34:29 UTC
SHA: e2720672022846736ccc88d783d0f1a3f382df9a
Date: 2024-01-15 02:07:42 UTC
SHA: 2f3e67b75fc2de3aff1823040068c854c37a18a9
36 changes: 18 additions & 18 deletions man/orsf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vignettes/pd.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,11 @@ pbc_orsf$edema_05 <- NULL

## Find interactions using PD

Random forests are good at using interactions, but less good at telling you about them. Use `orsf_vint()` to apply the method for variable interaction scoring with PD described by Greenwell et al (2018). This can take a little while if you have lots of predictors, so setting `verbose_progress = TRUE` may be helpful.
Random forests are good at using interactions, but less good at telling you about them. Use `orsf_vint()` to apply the method for variable interaction scoring with PD described by Greenwell et al (2018). This can take a little while if you have lots of predictors.

```{r}
vint_scores <- orsf_vint(fit_surv, verbose_progress = TRUE)
vint_scores <- orsf_vint(fit_surv)
vint_scores[1:5]
Expand Down

0 comments on commit 5999a34

Please sign in to comment.