https://github.com/Di-Chai/GraphCNN-Bike/ had missing data for many years. This project has recovered suitable data to replicate their experiment. Recovery process documented at https://github.com/Di-Chai/GraphCNN-Bike/issues
- Download the recovered data from: https://zenodo.org/records/11039616
- preprocess all of the data following directions in the PrepareData Directory. (This has already been done)
- Next, change what model script you will run in Main.py
- After setting up a python venv. Set the number of jobs in Main.py to your CPU count.
- python Main.py (5.) You'll want to run this in the background:
nohup python Main.py >> output_file.txt 2>&1 &