File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ training.
6060 `view=false`. The first option is only available for tables with transposable element
6161 types (e.g., floats).
6262
63- - `code_type` determines the internal representation `y` of the target. Possible values are:
63+ - `code_type`: determines the internal representation `y` of the target. Possible values are:
6464
6565 - `:small`: the element type of `y` is the reference (code) type `R <: Unsigned` for the
6666 categorical array supplied by user (internal eltype for the array). Choose this to
6767 minimize memory requirements.
6868
69- - `:int`: `y` has an `Integer` element type `widen(R) <: Integer`. Choose this to
69+ - `:int`: the element type of `y` is `widen(R) <: Integer`. Choose this to
7070 safeguard against arithmetic overflows if these are likely; run `@doc widen` for
7171 details.
7272
You can’t perform that action at this time.
0 commit comments