File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ The argument `at` specifies how to split the data:
4646- When `at` is a number between 0 and 1, this specifies the proportion in the first subset.
4747- When `at` is an integer, it specifies the number of observations in the first subset.
4848- When `at` is a tuple, entries specifies the number or proportion in each subset, except
49- for the last which will contain the remaning observations.
50- The number of returned subsets is `length(at)+1`.
49+ for the last which will contain the remaning observations.
50+ The number of returned subsets is `length(at)+1`.
5151
5252If `shuffle=true`, randomly permute the observations before splitting.
5353A random number generator `rng` can be optionally passed as the first argument.
112112
113113_normalize_at (n, at:: Integer ) = at / n
114114_normalize_at (n, at:: NTuple{N, <:Integer} ) where N = at ./ n
115- _normalize_at (n, at) = at
115+ _normalize_at (n, at) = at
You can’t perform that action at this time.
0 commit comments