prepare_data: 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")
Value
list of matrices or arrays
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)