Closed GuFan26 closed 6 days ago
Hi,I want to ask that how to run the projects with another dataset. Now,I can successfully run the projects with the dataset NYCBike 1,but i don't know how to change it into BJTaxi.
You can make a directory named BJTaxi and put the relevant data here.
BJTaxi
Next, you can directly run it with the following code:
> ./runme.sh 0 BJTaxi
Good luck!
Hi,I want to ask that how to run the projects with another dataset. Now,I can successfully run the projects with the dataset NYCBike 1,but i don't know how to change it into BJTaxi.