Use the get_transformed_data function to get the transformed data generated during the execution using data transformation parameters generated during the fit phase.
get_transformed_data returns a dictionary of teradataml DataFrames containing transformed data, where each key represents feature selection method name and corresponding value holds its transformed dataset.
Required Parameter
- data
- Specifies the dataset to be transformed.
Optional Parameter
- use_loaded_models
- Specifies whether to use loaded models for transformation.
Default value: False