Closed baggepinnen closed 4 years ago
I can't find L2Penalty which is mentioned here https://joshday.github.io/OnlineStats.jl/stable/api/#OnlineStats.LinRegBuilder
L2Penalty
It seems prox is only defined for abs, abs2.
prox
abs, abs2
Ah, yes that's out of date. Fixed on master. I removed some dependencies (LearnBase/LossFunctions/PenaltyFunctions) a few months back.
I can't find
L2Penalty
which is mentioned here https://joshday.github.io/OnlineStats.jl/stable/api/#OnlineStats.LinRegBuilderIt seems
prox
is only defined forabs, abs2
.