-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
We are gradually cleaning up the LossFunctions.jl package, simplifying the interface and making the code more general. Can you please review the latest changes and bump the version here again?
The main breaking changes from v0.9 to v0.10 are:
- The
value(loss, yhat, y)
function is replaced by the functorloss(yhat, y)
- The AggMode submode is gone in favor of
sum(loss, yhats, ys, [weights])
andmean(loss, yhats, ys, [weights])
cc: @ablaom @OkonSamuel
Metadata
Metadata
Assignees
Labels
No labels