File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name = " LearnDataFrontEnds"
2
2
uuid = " 5cca22a3-9356-470e-ba1b-8268d0135a4b"
3
3
authors = [
" Anthony D. Blaom <[email protected] >" ]
4
- version = " 0.1.0 "
4
+ version = " 0.1.1 "
5
5
6
6
[deps ]
7
7
CategoricalArrays = " 324d7699-5711-5eae-9e2f-1d82baa6b597"
@@ -12,7 +12,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
12
12
13
13
[compat ]
14
14
CategoricalArrays = " 0.10"
15
- LearnAPI = " 0.2"
15
+ LearnAPI = " 0.2, 1 "
16
16
MLCore = " 1.0.0"
17
17
StatsModels = " 0.7.4"
18
18
Tables = " 1"
Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ training.
60
60
`view=false`. The first option is only available for tables with transposable element
61
61
types (e.g., floats).
62
62
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:
64
64
65
65
- `:small`: the element type of `y` is the reference (code) type `R <: Unsigned` for the
66
66
categorical array supplied by user (internal eltype for the array). Choose this to
67
67
minimize memory requirements.
68
68
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
70
70
safeguard against arithmetic overflows if these are likely; run `@doc widen` for
71
71
details.
72
72
You can’t perform that action at this time.
0 commit comments