prepare_data | R Documentation |
Function to prepare data based on parsed formulas
prepare_data(pfc, na_handler = na_omit_list, gamdata = NULL, engine = "tf")
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) |
list of matrices or arrays
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.