mlr-org / mlr3

mlr3: Machine Learning in R - next generation
https://mlr3.mlr-org.com
GNU Lesser General Public License v3.0
947 stars 85 forks source link

looks like we can run measures like "classif.logloss" on predictions without probs without error? #1176

Closed berndbischl closed 1 month ago

berndbischl commented 2 months ago

and get a NAN?

be-marc commented 1 month ago

We throw a warning now like rr$score(). See #1188