Skip to content

Commit

Permalink
change debug split setting labels
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley committed Dec 6, 2021
1 parent f9441ad commit f418746
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions elpis/gui/src/components/Model/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class ModelSettings extends Component {
</Table.Row>
<Table.Row key="debug">
<Table.Cell collapsing>
Debug with 10:6 train val split
Debug using a subset of the data
</Table.Cell>
<Table.Cell>
<Grid className="settings_debug">
Expand All @@ -223,11 +223,15 @@ class ModelSettings extends Component {
>
<Grid.Row>
<Field name="data_split_train" />
<span>Training split</span>
<span>
Number of items for training
</span>
</Grid.Row>
<Grid.Row>
<Field name="data_split_val" />
<span>Validation split</span>
<span>
Number of items for validation
</span>
</Grid.Row>
</Grid.Column>
}
Expand Down

0 comments on commit f418746

Please sign in to comment.