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

autotests: errorhandling seems weird, dont encapsulate #1147

Closed berndbischl closed 2 months ago

berndbischl commented 2 months ago

we seem to do a lot of extra encapsulation in the autotests. this seems something that we actually DONT want. encapsulation would require / use a fallback learner

we don't want that in the autotests. we want to "stop" on errors.

now, I said "stop" with quotes as we want to kinda continue.... but ONLY in the sense that the error message is collected. not fallback models, etc

be-marc commented 2 months ago

1128 ?