zygmuntz / hyperband

Tuning hyperparams fast with Hyperband
http://fastml.com/tuning-hyperparams-fast-with-hyperband/
Other
593 stars 75 forks source link

data/classification.pkl missing #3

Closed bkj closed 7 years ago

bkj commented 7 years ago

When I try to run an example I get

IOError: [Errno 2] No such file or directory: 'data/classification.pkl'

Can you post that file somewhere? Or is it derived from one of the other data files?

Thanks

zygmuntz commented 7 years ago

It's where you put your data (x_train, y_train, x_test, y_test Numpy arrays). See the comment in load_data.py.