rfSimDf: Create simulation data for Random forest approach

View source: R/rfModel.R

rfSimDfR 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


andykrause/hpiR documentation built on Feb. 2, 2024, 8:13 p.m.