interface DataPreprocessingTransformation {
    input?: WatsonXAI.DataInput;
    output?: WatsonXAI.DataOutput;
    props?: WatsonXAI.JsonObject;
    stage?: string;
}

Properties

Data shape (rows, columns) passed as input to the transformer/transformation.

Data shape after the transformation.

Properties of preprocessing transformation.

stage?: string

The preprocessing stage.