automl / HPOBench

Collection of hyperparameter optimization benchmark problems
Apache License 2.0
128 stars 35 forks source link

Typo? #181

Open nabenabe0928 opened 1 year ago

nabenabe0928 commented 1 year ago

https://github.com/automl/HPOBench/blob/master/hpobench/benchmarks/ml/tabular_benchmark.py#L166

Should it be:

cost_key = f"{evaluation}_costs"

?

Neeratyoy commented 11 months ago

Yes, we have the fix pending in one of our PRs.