mlr-org / mlr3book

Online version of Bischl, B., Sonabend, R., Kotthoff, L., & Lang, M. (Eds.). (2024). "Applied Machine Learning Using mlr3 in R". CRC Press.
https://mlr3book.mlr-org.com/
MIT License
255 stars 59 forks source link

Error in resampling a graph #847

Closed christian43 closed 4 days ago

christian43 commented 5 days ago

Hi, I got this error when running my script.

Fehler in learner$validate <- validate : kann keine Bindungen zu einer abgeschlossenen Umgebung hinzufügen

The resampling process starts normal. After some rounds it stops with the error.

rr <- resample( task = task, learner = auto_tuner_xgboost, resampling = outer_cv, store_models = TRUE )

larskotthoff commented 4 days ago

Have you tried with the latest package versions? This should be fixed.

christian43 commented 4 days ago

ohh - that it was. Sorry for stealing your time and thanks