mlr3tuning icon indicating copy to clipboard operation
mlr3tuning copied to clipboard

noisy / aggregation problem: how do we handle the fact that some tuners might evalutae some configs multiple times?

Open berndbischl opened this issue 5 years ago • 2 comments

this relates to the archive function but also the selection of the final best

berndbischl avatar Sep 09 '19 17:09 berndbischl

the problem is that the tuner might run a different resampling on the some config multiple times. now MAYBE we want to aggregate over this? to producde noise-reduction via averaging? but which "grouping" column helps us to do this?

berndbischl avatar Sep 09 '19 17:09 berndbischl

@mllg we should still discuss this

berndbischl avatar Sep 17 '19 14:09 berndbischl

irace shows how to run the same configuration on different resamplings. The tuner adds a grouping variable to the archive and implements it's own .assign_result function.

be-marc avatar Aug 16 '24 06:08 be-marc