IT-213 class paper.
- data/data_wrangling: data wrangling functions
- data/data_raw: original source of data. It contains the raw O-D matrix and geoeconomic data.
- data/data_processed: output of the data wrangling process, ready for modeling.
- eda: scripts related to exploratory data analysis such as computing the ECDF or plotting the routes on a map.
- models: scripts for model training.
- postprocessing: scripts for model evaluation and comparison, charting, and statistical inference.