Skip to content

Commit 28e2c29

Browse files
committed
update docs for clarity
1 parent 37a9173 commit 28e2c29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/parameters.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ Here is the full list of configuration parameters you can specify in a ``config.
5454

5555
**split_vals**: list
5656
Default: `[0.8, 0.2]`
57-
Percentage of data to put in each catagory listed in split_names. Must be floats and must sum to one.
57+
Percentage of data to put in each category listed in split_names. Must be a list of floats that sum to one and match the length of `split-names`. For train, validate, and test data, a list like `[0.7, 0.2, 0.1]` is suggested.
5858

5959
**split_names**: list
6060
Default: `['train', 'test']`
61-
List of names for each subset of the data.
61+
List of names for each subset of the data. Length of list must match length of `split_vals`.
6262

6363
**imagery_offset**: list of ints
6464
An optional list of integers representing the number of pixels to offset imagery. For example ``[15, -5]`` will move the images 15 pixels right and 5 pixels up relative to the requested tile bounds.

0 commit comments

Comments
 (0)