Fit Transform

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

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

Documentation

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)

Input ports:
in-modelmodel

Input model

inputtable

Input table

Ytable

Y

Output ports:
out-modelmodel

Output model

outputtable

Output table

Definition

class node_application.FitTransform[source]