This is a project about processing and learning Bus GPS datasets.
data_preprocessing
: the scripts used for preprocessing GPS datasetsmodel_training
: the scripts that use the processed data to train the models to be evaluatedbus_predict
: the scripts that receive the real-time GPS updates and give its corresponding predicted results.model_evaluation
: the scripts for evaluating the predicted results.