Skip to content

Commit c30134a

Browse files
fix mlj hyperparameters test
1 parent 3fcd75e commit c30134a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ end
8787
@test package_license(mn) == "MIT"
8888
@test prediction_type(mn) == :probabilistic
8989
@test input_scitype(mn) == Table{<:Union{AbstractVector{<:Continuous}, AbstractVector{<:Finite}}}
90-
@test hyperparameters(mn) == (:features, :regularization_multiplier, :regularization_function, :weight_factor, :link, :clamp, :kw)
90+
@test hyperparameters(mn) == (:features, :regularization_multiplier, :regularization_function, :addsamplestobackground, :n_knots, :weight_factor, :link, :clamp, :kw)
9191

9292
# convert to continuous
9393
cont_keys = collect(key => Continuous for key in keys(env) if key !== :ecoreg)

0 commit comments

Comments
 (0)