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 1c073fe commit 3a0b72aCopy full SHA for 3a0b72a
src/mlj_interface.jl
@@ -82,7 +82,7 @@ function MMI.fit(m::MaxnetBinaryClassifier, verbosity::Int, X, y)
82
end
83
84
function MMI.predict(m::MaxnetBinaryClassifier, (fitresult, decode), Xnew;
85
- link = Cloglog(), clamp = false)
+ link = CloglogLink(), clamp = false)
86
p = predict(fitresult, Xnew; link = link, clamp = clamp)
87
MMI.UnivariateFinite(decode, [1 .- p, p])
88
0 commit comments