Skip to content

Commit 18d7f50

Browse files
authored
Delete mk_rng in build_stumps
1 parent 6388588 commit 18d7f50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/classification/main.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ function build_stump(
5656
weights = nothing;
5757
rng = Random.GLOBAL_RNG) where {S, T}
5858

59-
rng = mk_rng(rng)::Random.AbstractRNG
6059
t = treeclassifier.fit(
6160
X = features,
6261
Y = labels,

0 commit comments

Comments
 (0)