.. _`Set Input and Output Names`: .. _`org.sysess.sympathy.machinelearning.set_x_names`: Set Input and Output Names ~~~~~~~~~~~~~~~~~~~~~~~~~~ .. image:: set_names.svg :width: 48 Sets the name of the inputs and outputs columns of this model :Configuration: - *input_names* List of names for features separated by the | character.All whitespace is included in the final name. If empty then no names are set. - *output_names* List of names for target separated by the | character. All whitespace is included in the final name. If empty then no names are set. :Inputs: **in-model** : model Input model :Outputs: **out-model** : model Output model *Ports*: **Inputs**: :in-model: model Input model **Outputs**: :out-model: model Output model *Configuration*: **input_names** List of names for features separated by the | character.All whitespace is included in the final name. If empty then no names are set. **output_names** List of names for target separated by the | character. All whitespace is included in the final name. If empty then no names are set. .. automodule:: node_parameters .. class:: SetNames