prepare_data_torch {deepregression} | R Documentation |
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)
Arguments
pfc |
list of processor transformed formulas |
input_x |
output of prepare_data() |
target |
target values |
object |
a deepregression object |
Value
list of matrices or arrays for predict or a dataloader for fit process
[Package deepregression version 2.2.0 Index]