Training.json#

Performs training of a model on specified data rows.

Possible multiple input data rows and a label data row are given. These are rearranged into arrays of appropriate shape and subsequently passed to a model algorithm for training.

Parameters#

  • input_name: The name of the input data rows.

  • label_name: The name of the label data row.

  • algo: The algorithm to be used for the training.

Task Lists#

  • Main:

    The default operation list.