prepare_data_torch: Function to additionally prepare data for fit process (torch)
Description
Function to additionally prepare data for fit process (torch)
Usage
prepare_data_torch(pfc, input_x, target = NULL, object)
Value
list of matrices or arrays for predict or a dataloader for fit process
Arguments
- pfc
list of processor transformed formulas
- input_x
output of prepare_data()
- target
target values
- object
a deepregression object