JuliaML / LossFunctions.jl

Julia package of loss functions for machine learning.
https://juliaml.github.io/LossFunctions.jl/stable
Other
147 stars 33 forks source link

remove sumvalue #103

Closed joshday closed 6 years ago

joshday commented 6 years ago

I think this was left from before AvgMode existed.

Evizero commented 6 years ago

good catch. its not exported anywhere is it?

joshday commented 6 years ago

It is because LearnBase exports it and LossFunctions reexports it

Evizero commented 6 years ago

Mhm, how big are the chances that this breaks anyones code? probably slim enough to wing it with a technically breaking change