ropensci / aorsf

Accelerated Oblique Random Survival Forests
https://docs.ropensci.org/aorsf
Other
54 stars 10 forks source link

pass new fit arguments to `orsf_train` #18

Closed bcjaeger closed 8 months ago

bcjaeger commented 11 months ago

It would be nice to do something like:


fit_spec <- orsf(time+status~., na_action = 'na_impute_meanmode', n_tree = 10, no_fit = TRUE)

orsf_train(fit_spec, data = pbc)
orsf_train(fit_spec, data = flchain)
bcjaeger commented 8 months ago

fixed by orsf_update()