tests/testthat/_snaps/verbosity.md

verbosity prints grow, predict, and importance notes

Code
  fit_verbose <- orsf(pbc, time + status ~ ., verbose_progress = TRUE, n_tree = n_tree_test,
  importance = "negate")
Output
  Growing trees: 100%. 
  Computing predictions: 100%. 
  Computing importance: 100%.
Code
  fit_verbose <- orsf(pbc, time + status ~ ., verbose_progress = TRUE, n_tree = n_tree_test,
  importance = "negate", n_thread = 5)
Output
  Growing trees: 100%. 
  Computing predictions: 100%. 
  Computing importance: 100%.


Try the aorsf package in your browser

Any scripts or data that you put into this service are public.

aorsf documentation built on Oct. 26, 2023, 5:08 p.m.