prepare_data {deepregression} | R Documentation |
Function to prepare data based on parsed formulas
Description
Function to prepare data based on parsed formulas
Usage
prepare_data(pfc, na_handler = na_omit_list, gamdata = NULL, engine = "tf")
Arguments
pfc |
list of processor transformed formulas |
na_handler |
function to deal with NAs |
gamdata |
processor for gam part |
engine |
the engine which is used to setup the NN (tf or torch) |
Value
list of matrices or arrays
[Package deepregression version 2.2.0 Index]