Additional Parameters
The additional parameters to customise the configuration of model training
The list of parameters that can be included in the configuration settings for model training are as follows:
Parameter name | Description | Default value | Accepted Values |
|---|---|---|---|
page_start | This lets you select a start point for the pages you want to work with. Numbering begins from 0, so use '0' for the first page. |
|
|
page_end | Allows you to select an end point for the pages. So, for the fifth page, you would input '4'.
|
|
|
sort | Enables sorting of data in order of 'block' or 'line'. |
|
|
seed | By entering a seed value, you can replicate the same train and test sets. |
|
|
labels_to_train | Allows you to train a model with filtered list of fields. Params is provided in the form of comma separated values of { section name (3) field name }: |
|
|
labels_to_skip | Allows you to train a model without the filtered list of fields. Params is provided in the form of comma separated values of { section name (3) field name }: |
|
|
Updated about 1 month ago
