HIPS / Spearmint

Spearmint Bayesian optimization codebase
Other
1.55k stars 328 forks source link

IndexError #125

Open edward-nketiah opened 3 years ago

edward-nketiah commented 3 years ago

I want to use spearmint for my research work but I got this error when I tried to imitate the author by running the "python main.py"

Traceback (most recent call last): File "main.py", line 494, in main() File "main.py", line 249, in main options, expt_dir = get_options() File "main.py", line 216, in get_options expt_dir = os.path.realpath(os.path.expanduser(args[0])) IndexError: list index out of range

Again, I also want to Know how I can insert my data into spearmint, I want to optimize hyperparameters for time series regression. Thank you