- install dependencies
- download dataset files from this URL: https://drive.google.com/drive/folders/1AKmOPIHzUUP1QTvf7tkt1zrd3XUwYn6b
- put those dataset files into the same directory with taxi.py
- run 'python3 taxi.py'
- this program will predict 'test.csv' and produce a file named 'submission.csv'
- upload 'submission.csv' to Kaggle for evaluation.