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
Documentation
Fits a transform model to the given text data and computes the transformed data. Use “Create Input Port > Y” for supervised training
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
- X[text]
 X
- Output ports:
 - out-modelmodel
 Output model
- outputtable
 Output table
Definition
Input ports
- in-model
 model
Input model
- X
 [text]
X
Output ports
- out-model
 model
Output model
- output
 table
Output table
- 
class 
node_application.FitTransformText[source]