![]() |
tf.transform's callback function for preprocessing inputs.
tfx.components.testdata.module_file.transform_module.preprocessing_fn(
inputs, custom_config
)
Args | |
---|---|
inputs
|
map from feature keys to raw not-yet-transformed features. |
custom_config
|
additional properties for pre-processing. |
Returns | |
---|---|
Map from string feature key to transformed features. |