We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcd75e commit c30134aCopy full SHA for c30134a
test/runtests.jl
@@ -87,7 +87,7 @@ end
87
@test package_license(mn) == "MIT"
88
@test prediction_type(mn) == :probabilistic
89
@test input_scitype(mn) == Table{<:Union{AbstractVector{<:Continuous}, AbstractVector{<:Finite}}}
90
- @test hyperparameters(mn) == (:features, :regularization_multiplier, :regularization_function, :weight_factor, :link, :clamp, :kw)
+ @test hyperparameters(mn) == (:features, :regularization_multiplier, :regularization_function, :addsamplestobackground, :n_knots, :weight_factor, :link, :clamp, :kw)
91
92
# convert to continuous
93
cont_keys = collect(key => Continuous for key in keys(env) if key !== :ecoreg)
0 commit comments