Closed sebffischer closed 10 months ago
in the .train() and .predict() method of the learner, task$data() is called twice, which should be avoided.
.train()
.predict()
task$data()
should be fixed now, thanks!
in the
.train()
and.predict()
method of the learner,task$data()
is called twice, which should be avoided.