- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 1
 
Open
Labels
mlr3Issue related to (or caused by) upstream mlr3 behaviorIssue related to (or caused by) upstream mlr3 behavior
Description
Generally, both Brier score and logloss should have observation-wise losses available but implementations in mlr3measures don't include them yet.
Unfortunately they're a bit more involved than adding a single line for a mapping like obs_loss = "se", see mlr-org/mlr3measures#57
As of now I think the only classif measure with an obs loss available is CE / Acc, which is better than nothing but when we want to showcase how we can do CPI for example, it would be nice to have at least logloss availaible.
Metadata
Metadata
Assignees
Labels
mlr3Issue related to (or caused by) upstream mlr3 behaviorIssue related to (or caused by) upstream mlr3 behavior