rdturnermtl

Results 4 comments of rdturnermtl

As mentioned in the arxiv review paper: https://arxiv.org/abs/2104.10201 many of the same problems have been ported over to the "everlasting benchmark": https://competitions.codalab.org/competitions/28609

That is most likely a path issue. It looks like it was installed using `python3` but then maybe the shell script was running the python 2 environment? Try creating a...

The `visible_to_opt` is the score that the optimizer sees (e.g, CV error in a ML hyper-parameter tuning context). Whereas `generalization` is meant to be a related metric the optimizer does...

The user determines the space based on where they want more "search resolution". For instance, logit space will make algorithms more inclined to search near 0 and 1.