Skip to content

Commit 4aedf60

Browse files
committed
✨ Remove useless docstring
1 parent 632a672 commit 4aedf60

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)