Generic Data Preprocessor

This module belongs to the "Data preprocessing" category.

The Generic Data Preprocessor is for transforming the input data using a saved preprocessing model. It supports Numpy array or Pandas dataframes as datasets to be transformed. It outputs the transformed data in the same type as the input.

This first input port takes a saved preprocessor model for transforming the data.

The second input receives an array or a dataframe data type.
The output port delivers the transformed data.

Last updated

Was this helpful?