Skip to content

Commit 7b6f43f

Browse files
authored
Merge pull request #24 from JuliaAI/dev
For a 0.1.3 release
2 parents f7b5071 + 600649a commit 7b6f43f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJBalancing"
22
uuid = "45f359ea-796d-4f51-95a5-deb1a414c586"
33
authors = ["Essam Wisam <[email protected]>", "Anthony Blaom <[email protected]> and contributors"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[deps]
77
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"

src/balanced_bagging.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ function get_some_balanced_subset(
6969
end
7070

7171

72-
"""
73-
Construct an BalancedBaggingClassifier model.
74-
"""
7572
mutable struct BalancedBaggingClassifier{RI<:Union{AbstractRNG, Integer},I<:Integer,P<:Probabilistic} <:
7673
ProbabilisticNetworkComposite
7774
model::P

0 commit comments

Comments
 (0)