Skip to content

Commit 38a30e4

Browse files
authored
Merge pull request #8 from JuliaAI/dev
For a 0.1.1 release
2 parents 14b8e8d + 615a0b5 commit 38a30e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LearnDataFrontEnds"
22
uuid = "5cca22a3-9356-470e-ba1b-8268d0135a4b"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
@@ -12,7 +12,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1212

1313
[compat]
1414
CategoricalArrays = "0.10"
15-
LearnAPI = "0.2"
15+
LearnAPI = "0.2, 1"
1616
MLCore = "1.0.0"
1717
StatsModels = "0.7.4"
1818
Tables = "1"

src/sage.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)