Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Commit cd0db87

Browse files
Merge pull request #55 from darsnack/darsnack/reset-repo
Reset to original interface state (attempt 2)
2 parents d31c281 + dc7ca79 commit cd0db87

12 files changed

+376
-640
lines changed

Project.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
name = "LearnBase"
22
uuid = "7f8f8fb0-2700-5f03-b4bd-41f8cfc144b6"
3-
version = "0.5.3"
4-
5-
[deps]
6-
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
3+
version = "0.6.0"
74

85
[compat]
9-
StatsBase = "0.32, 0.33"
106
julia = "1.0"
117

128
[extras]

src/LearnBase.jl

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,14 @@
11
module LearnBase
22

3-
import StatsBase
4-
using StatsBase: nobs
5-
63
# AGGREGATION MODES
74
include("aggmode.jl")
85

9-
# VIEW AND ITERATORS
10-
include("iteration.jl")
11-
126
# OBSERVATION DIMENSIONS
13-
include("observation.jl")
7+
include("obsdim.jl")
148

159
# LEARNING COSTS (e.g. loss & penalty)
1610
include("costs.jl")
1711

18-
# LABELS
19-
include("labels.jl")
20-
2112
# OTHER CONCEPTS
2213
include("other.jl")
2314

src/iteration.jl

-82
This file was deleted.

src/labels.jl

-250
This file was deleted.

0 commit comments

Comments
 (0)