Closed christian43 closed 4 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 )
Have you tried with the latest package versions? This should be fixed.
ohh - that it was. Sorry for stealing your time and thanks
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 )