Skip to content

Update to LossFunctions.jl v0.10 #902

@juliohm

Description

@juliohm

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:

  1. The value(loss, yhat, y) function is replaced by the functor loss(yhat, y)
  2. The AggMode submode is gone in favor of sum(loss, yhats, ys, [weights]) and mean(loss, yhats, ys, [weights])

cc: @ablaom @OkonSamuel

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions