Fit Transform Text¶
Fits a transform model to the given text data and computes the transformed data. Use “Create Input Port > Y” for supervised training
Definition¶
Input ports¶
- in-model
Type: modelDescription: Input model- X
Type: [text]Description: X
Output ports¶
- out-model
Type: modelDescription: Output model- output
Type: tableDescription: Output table
Configuration¶
- Output names (names method)
Method used to generate output names
- Transpose output (transpose)
Transposes output data, suitable for large number of features (eg. word counts)
Implementation¶
- class node_application.FitTransformText[source]