You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2023-06-06 17:29:46,453][BenchmarkClient][INFO] - ~~~ HPOBENCH VERSION: 0.0.11dev ~~~~ CONTAINER VERSION: 0.0.4 ~~~
Traceback (most recent call last):
File "/home/HPOBench/hpobench/container/server_abstract_benchmark.py", line 131, in <module>
exec(f"from hpobench.benchmarks.{args.importBase} import {args.benchmark} as Benchmark")
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.7/site-packages/hpobench/benchmarks/ml/__init__.py", line 1, in <module>
from hpobench.benchmarks.ml.histgb_benchmark import HistGBBenchmark, HistGBBenchmarkBB, HistGBBenchmarkMF
File "/usr/local/lib/python3.7/site-packages/hpobench/benchmarks/ml/histgb_benchmark.py", line 15, in <module>
from sklearn.experimental import enable_hist_gradient_boosting # noqa
ModuleNotFoundError: No module named 'sklearn
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for bringing this up.
We too noticed the issue and have been looking into a fix.
The containers will be updated soon (hopefully in a week) which should fix it.
In the meantime, perhaps the non-container version of the benchmark works for your use case.
I get an import error at line client_abstract_benchmark.py:335 when launching the BNNOnBostonHousing singularity container.
The text was updated successfully, but these errors were encountered: