Preprocess Function
Last updated
Was this helpful?
Last updated
Was this helpful?
The preprocessing_func
(custom name) is a preprocess function that is called just once before the training/evaluating process. It prepares the data for later use in input encoders, output encoders, and metadata functions.
This function returns a List
of objects. The elements on that list correspond with the train
, validation,
and test
data slices.
Usage within the full script can be found at the .
Full examples can be found at the Dataset Integration section of the following guides: