.. _`Fit Transform Text`: .. _`org.sysess.sympathy.machinelearning.fit_transform_text`: Fit Transform Text ~~~~~~~~~~~~~~~~~~ .. image:: transform_text.svg :width: 48 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) :Inputs: **in-model** : model Input model **X** : [text] X :Outputs: **out-model** : model Output model **output** : table Output table *Ports*: **Inputs**: :in-model: model Input model :X: [text] X **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) .. automodule:: node_application .. class:: FitTransformText