Fit Transform

../../../../_images/transform.svg

Fits a transform model to the given data and computes the transformed data.

Configuration:
  • names method

    Method used to generate output names

  • transpose

    Transposes output data, suitable for large number of features (eg. word counts)

Inputs:
in-model : model

Input model

input : table

Input table

Y : table

Y

Outputs:
out-model : model

Output model

output : table

Output table

Ports:

Inputs:

in-model:

model

Input model

input:

table

Input table

Y:

table

Y

Outputs:

out-model:

model

Output model

output:

table

Output table

Configuration:

names method
Method used to generate output names
transpose
Transposes output data, suitable for large number of features (eg. word counts)
class node_application.FitTransform[source]