rf_imp: return variable importance, RF

Description Usage

View source: R/rf_imp.R

Description

return variable importance, RF

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
rf_imp(
  variabledf,
  numtrees = 2000,
  mtry = 33,
  y_varname = c("day_value", "night_value", "value_mean"),
  training,
  test,
  grepstring,
  ...
)

mengluchu/APMtools documentation built on Jan. 27, 2022, 2:41 a.m.