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

WeightedZeroOneLoss #48

Closed Evizero closed 8 years ago

Evizero commented 8 years ago

Again for completeness sake. As the name suggests a weighted version of the classification loss (zero one loss) which penalizes the errors differently according to a hyper parameter. (see p. 24, example 2.5 in Steinwart 2008)

Evizero commented 8 years ago

closing in favour of WeightedBinaryLoss