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 d6c20f0 commit c3e6339Copy full SHA for c3e6339
src/mlj_interface.jl
@@ -70,7 +70,7 @@ function MMI.fit(m::MaxnetBinaryClassifier, verbosity::Int, X, y)
70
cache = nothing
71
72
features = selected_features(fitresult)
73
- vars_included = mapreduce(_var_keys, (x, y) -> unique(vcat(x, y)), features)
+ vars_included = mapreduce(_var_keys, (x, y) -> unique(vcat(x, y)), features; init = Symbol[])
74
75
report = Dict(
76
:complexity => length(features),
0 commit comments