-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
I get an import error at line client_abstract_benchmark.py:335 when launching the BNNOnBostonHousing singularity container.
[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
Metadata
Metadata
Assignees
Labels
No labels