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

Reset to original interface state (attempt 2) #55

Merged
merged 11 commits into from
Dec 31, 2021
6 changes: 1 addition & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name = "LearnBase"
uuid = "7f8f8fb0-2700-5f03-b4bd-41f8cfc144b6"
version = "0.5.3"

[deps]
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
version = "0.6.0"

[compat]
StatsBase = "0.32, 0.33"
julia = "1.0"

[extras]
Expand Down
11 changes: 1 addition & 10 deletions src/LearnBase.jl
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
module LearnBase

import StatsBase
using StatsBase: nobs

# AGGREGATION MODES
include("aggmode.jl")

# VIEW AND ITERATORS
include("iteration.jl")

# OBSERVATION DIMENSIONS
include("observation.jl")
include("obsdim.jl")

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

# LABELS
include("labels.jl")

# OTHER CONCEPTS
include("other.jl")

Expand Down
82 changes: 0 additions & 82 deletions src/iteration.jl

This file was deleted.

250 changes: 0 additions & 250 deletions src/labels.jl

This file was deleted.

Loading