.. _training_test: ``TrainingTest.json`` ===================== Performs training of a model on specified data rows and then tests the model. Possible multiple input data rows and a label data row are given. These are rearranged into arrays of appropriate shape, split into a training and a test dataset, 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 training and test. Task Lists ---------- - ``Main``: The default operation list.