Integrate Hyperopt with benchmarking
Closed this issue · 0 comments
pvk-developer commented
Description
We would like to integrate hyperopt
with BTB
benchmarking.
The approach is to create a btb/benchmark/tuners/hyperopt.py
that makes a tuning function like btb/benchmark/tuners/btb.py:make_btb_tuning_function
in order to load / create the hyperparameters and proceed tuning and scoring with those.