Model Training for Classification#
Creates a new machine learning model for classification, trains it based on input data, and saves the final model to a file.
| Training Data | [Text] Path to the CSV file containing the training data. The file must contain valid headers. The file must be in UTF8 format. |
| Main Column Number | [Number] The number of the column containing the class. Indexing starts at zero. |
| Data Column Numbers | [Text] The numbers of the columns containing the data. Comma-separated. Indexing starts at zero. For example, "1,3". |
| String Column Numbers | [Text] The numbers of the columns containing text data. Comma-separated. If this value is left empty, the column type will be recognized automatically. Indexing starts at zero. For example, "1,3". |
| Delimiter | [Text] The delimiter for CSV columns. |
| Algorithm Type | Select the type of algorithm. |
| Model Path | [Text] Path to save the model file. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Message | [Text] Returns detailed information about the error in case of incorrect execution of the block. |