RomeoV / ml4co-competition

Winner of NeurIPS 2021 student leaderboard. Self-bootstrapping bayesian optimization for SCIP configuration using GNNs.
BSD 3-Clause "New" or "Revised" License
13 stars 5 forks source link

How to get csv in train_gnn.py #17

Closed xtjjyygy closed 2 years ago

xtjjyygy commented 2 years ago

Hello RomeoV,It's a great honor to see this open source code,My question is how to get tain_gnn.py CSV file at line 148 and line 166, thank you

RomeoV commented 2 years ago

I just zipped and pushed them to the repository.

git checkout feature/final-submission; git pull
cd ml4co-competition/bo_gnn/config
tar -xf data.tar.gz

Feel free to reopen this issue if there are any problems.

Cheers, Romeo