rfSimDf {hpiR}R Documentation

Create simulation data for Random forest approach

Description

Create data to use in PDP simulation

Usage

rfSimDf(rf_df, seed, sim_ids = NULL, sim_count = NULL,
  sim_per = NULL, ...)

Arguments

rf_df

Full training dataset

seed

Random seed for reproducibility

sim_ids

row ids to simulate

sim_count

number of random rows to simulate

sim_per

percent of rows to randomly simulate

...

Additional arguments

Further Details

See '?rfModel' for more information


[Package hpiR version 0.3.2 Index]