Skip to content

Commit f0d9677

Browse files
committed
Compatibility for julia 1.0
1 parent 1e5a149 commit f0d9677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scikitlearnAPI.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ function dropcol_importances(
590590
y = y_convert(T, y)
591591
n_feat = size(X, 2)
592592
trees_ = deepcopy(trees)
593-
if isnothing(rng)
593+
if rng === nothing
594594
rng = rand(1:typemax(Int))
595595
end
596596
trees_.rng = mk_rng(rng)

0 commit comments

Comments
 (0)