data-miner-executor/src/main/webapp/templateDescriptions/TRAININGSET.html

45 lines
986 B
HTML
Executable File

<div class="templateDescriptorPanel-description">
A set of vectors to train a Machine Learning model. The label can be any column of real numbers. It indicates the target column to the model. Each groupID identifies a set of vectors that will be used in the same training step.
</div>
<div class="templateDescriptorPanel-tableTemplateItem">Table
Template</div>
<table class='templateDescriptorPanel-table'>
<colgroup>
<col class='templateDescriptorPanel-table-oce-first'>
</colgroup>
<thead>
<tr>
<th scope="col">Field Name</th>
<th scope="col">Format</th>
</tr>
</thead>
<tbody>
<tr>
<td>&lt;field 1&gt;</td>
<td>real</td>
</tr>
<tr>
<td>&lt;field 2&gt;</td>
<td>real</td>
</tr>
<tr>
<td>...</td>
<td>...</td>
</tr>
<tr><td>label</td><td>real</td></tr>
<tr>
<td>...</td>
<td>...</td>
</tr>
<tr>
<td>&lt;field n&gt;</td>
<td>real</td>
</tr>
<tr>
<td>groupID</td>
<td>string</td>
</tr>
</tbody>
</table>