hughsalimbeni / bayesian_benchmarks

A community repository for benchmarking Bayesian methods
Apache License 2.0
106 stars 38 forks source link

can not run calibration.ipynb #11

Closed ChunchaoPeter closed 5 years ago

ChunchaoPeter commented 5 years ago

Hi Hugh,

Thanks for the bayesian_benchmarks. I am new to this area. I really like your work. I have run the calibration.ipynb. However, it does not work for me. Below is the error. Could you please help me figure it out? Thanks in advance.


ImportError Traceback (most recent call last)

in 9 from database_utils import Database 10 ---> 11 from data import ALL_CLASSIFICATION_DATATSETS 12 13 classification_datasets = list(ALL_CLASSIFICATION_DATATSETS.keys()) ImportError: cannot import name 'ALL_CLASSIFICATION_DATATSETS' from 'data' (../data.py)
hughsalimbeni commented 5 years ago

Thanks for pointing this out. The notebook was a bit out of date. I've updated, and also added a few lines so that the experiments automatically run if the results aren't there already. I also commented out some of the more expensive models so that the whole thing runs faster if running from scratch. Let me know if it works for you.

ChunchaoPeter commented 5 years ago

Thanks for your help. It works for me. :) Thanks a lot.

hughsalimbeni commented 5 years ago

Great thanks!