Skip to content

Commit 0f9a879

Browse files
committed
minor
1 parent 25c09a8 commit 0f9a879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/classification/japanesevowels.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ MLJ.kappa(yhat, y[test_idxs]) > 0.5
138138
############################################################################################
139139
############################################################################################
140140

141-
# A Modal AdaBoost with 100 stumps
141+
# A Modal AdaBoost with 25 stumps
142142
t = ModalAdaBoost(;
143143
n_iter=25,
144144
)

0 commit comments

Comments
 (0)