automl / automl/RoBO

No module named 'ConfigSpace'

Open
#79 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
495
Forks
129
PR merge metrics
No merged PRs in 30d

Description

I use the python 3.5.2 and when i run the entropy_search. It shows that No Module named 'ConfigSpace'. And i put my traceback below.
File "./experiments/fabolas/run_entropy_search.py", line 11, in
from hpolib.benchmarks.ml.svm_benchmark import SvmOnMnist, SvmonVehicle, SvmOnCovertype
File "/usr/local/lib/python3.5/dist-packages/hpolib/benchmarks/ml/svm_benchmark.py", line 4, in
import ConfigSpace as CS
ImportError: No module named 'ConfigSpace'

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with experiments/fabolas/run_entropy_search.py and the failing import in hpolib/benchmarks/ml/svm_benchmark.py. Reproduce the entropy_search run under Python 3.5.2, then verify that the missing ConfigSpace dependency is available and the command completes without this ImportError.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.