mlr3 icon indicating copy to clipboard operation
mlr3 copied to clipboard

Extend version mismatch warning to `$packages`

Open sebffischer opened this issue 2 years ago • 1 comments

Why do we only compare the mlr3 version of the learner with the current version when calling$predict() ?

sebffischer avatar Apr 21 '22 12:04 sebffischer

First step would be to replace the $packages slot with a named list of packageVersion(). The main operations on the packages slot are: require_namespaces(), union() and print()/paste(). It is not cleat to me what to do in the case of an union() if the package versions differ.

mllg avatar Sep 05 '22 14:09 mllg