automl / ifBO

In-context Bayesian Optimization
MIT License
10 stars 2 forks source link

Error when downloading taskset #1

Closed theodorju closed 2 months ago

theodorju commented 3 months ago

Hi all, I've built a conda environment with the README commands and installed core_requirements.txt. Then when trying to download taskset with python -m mfpbench download --benchmark taskset-tabular the following error is raised: TypeError: object cannot be converted to an IntegerDtype.

This seems to be related with pandas. After installing pandas version 2.2.2 (v. 1.3.5 is suggested in core requirements) and tensorflow (2.16.1) (which seems to be required for taskset) the benchmark downloads successfully.

herilalaina commented 2 months ago

Thanks a lot! It has been fixed now.