michael-s-yao / gabo

Source code for Generative Adversarial Bayesian Optimization (GABO) for Surrogate Objectives
https://arxiv.org/abs/2402.06532
MIT License
5 stars 1 forks source link

Data file is missing. #2

Open TailinZhou opened 2 months ago

TailinZhou commented 2 months ago

Hi Yao, Thanks for your good project.

Is it possible to share the complete raw data by Google Drive or other ways? When I run the tasks in your './mbo/hparams.json', I get the error of missing data file. For example, when I run the 'Warfarin-Linear-v0' task, I got 'FileNotFoundError: [Errno 2] No such file or directory: './data/warfarin\PS206767-553247439.xls'. Only the 'Branin-Exact-v0' task can be executed successfully.

Meanwhile, is it possible to share the design-bench-associated datasets in your repo since the raw data of design-bench is incomplete according to https://github.com/brandontrabucco/design-bench/issues/11. For example, I cannot find a 'ChEMBLMCHC**.npy' file in https://drive.google.com/drive/folders/1BCCtuceSeknTzR_y1eF9mJF84jchWjdB shared by the brandontrabucco,

Many thanks.