a-hanf / mlr3automl

Automated machine learning in mlr3
GNU Lesser General Public License v3.0
25 stars 4 forks source link

makeActiveBinding error in mlr3automl #24

Closed a-hanf closed 3 years ago

a-hanf commented 3 years ago

python runbenchmark.py mlr3automl openml/t/59 -f 0

...

Error in makeActiveBinding(name, active[[name]], public_bind_env) : symbol already has a regular binding Calls: run ... assert_r6 -> checkR6 -> -> makeActiveBinding

a-hanf commented 3 years ago

This is an issue with a newer version of bbotk. Offending commit: https://github.com/mlr-org/bbotk/commit/41b145d7049e341b30a33c0990f9c662706a1e4c

Temporary fix: devtools::install_github("mlr-org/bbotk@09b51078019c69ed093d27e75472224a25eef033") (you might have to downgrade mlr3tuning and mlr3hyperband as well)

Still working on getting this resolved

a-hanf commented 3 years ago

temp fix is on development branch, but mlr3hyperband does not play nicely with this commit either. reverting to Random Search for the moment

a-hanf commented 3 years ago

Issue is fixed on development, waiting for test run of AutoML benchmark to complete before closing