You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While spelunking the measure-related internals I ended up here:
# Ok as expectedmlr3measures:::measures$mse$obs_loss#> [1] "se"# Should be "se" as wellmlr3measures:::measures$bbrier$obs_loss#> [1] NA# NA but should not be?mlr3measures:::measures$logloss$obs_loss#> [1] NA
For logloss I assumed something like Metrics:ll():
I noticed that some measures like
bbrier
andlogloss
don't have an associatedobs_loss
While spelunking the measure-related internals I ended up here:
For
logloss
I assumed something likeMetrics:ll()
:The text was updated successfully, but these errors were encountered: