mlr3filters icon indicating copy to clipboard operation
mlr3filters copied to clipboard

Calculating hash is broken

Open mb706 opened this issue 7 months ago • 0 comments

library("mlr3filters")
flt("auc")$hash
#> Error in mget(private$.extra_hash, envir = self) : invalid first argument

introduced by https://github.com/mlr-org/mlr3filters/pull/156 @mllg

mb706 avatar Jan 14 '24 12:01 mb706