Home

Awesome

CSLSL

PyTorch implementation of the paper-"Human Mobility Prediction with Causal and Spatial-constrained Multi-task Network", accepted by KDD 2022.

We are glad about your interest in our work and we would appreciate it if you cite our paper.

Datasets

Requirements

Project Structure

Usage

  1. Evaluate a pretrained model
python evaluate.py --data_name NYC --model_name model_NYC
  1. Train and test a new model
python train_test.py --data_name NYC 

Detailed parameter description refers to evaluate.py and train_test.py