Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 658 Bytes

ReadMe.md

File metadata and controls

23 lines (15 loc) · 658 Bytes

CyclicJoinBench

Load the Data

To download the data, you can either navigate to the Webpage and download the data manually, or you can use the load_data.py script to download the data for you.

We use poetry for dependency management. To install poetry, run the following command:

pip install poetry

To then install the dependencies, run the following command:

poetry install

After installing the dependencies, you can run the load_data.py script to download the data. The script will download the data to the data directory.

poetry run python load_data.py