joshday / OnlineStats.jl

⚡ Single-pass algorithms for statistics
https://joshday.github.io/OnlineStats.jl/latest/
MIT License
836 stars 64 forks source link

Documentation out of date? #211

Closed baggepinnen closed 4 years ago

baggepinnen commented 4 years ago

I can't find L2Penalty which is mentioned here https://joshday.github.io/OnlineStats.jl/stable/api/#OnlineStats.LinRegBuilder

It seems prox is only defined for abs, abs2.

joshday commented 4 years ago

Ah, yes that's out of date. Fixed on master. I removed some dependencies (LearnBase/LossFunctions/PenaltyFunctions) a few months back.