Skip to content

Missing data, scaling, verbosity, and more options in formula

Compare
Choose a tag to compare
@bcjaeger bcjaeger released this 07 Nov 12:40
· 430 commits to main since this release
  • orsf formulas now accepts Surv objects (see #11)

  • Added verbose_progress input to orsf, which prints messages to console indicating progress.

  • Allowance of missing values for orsf. Mean and mode imputation is performed for observations with missing data. These values can also be used to impute new data with missing values.

  • Centering and scaling of predictors is now done prior to growing the forest.