This document discusses developing a model to predict taxi travel times along different routes in Porto, Portugal based on floating car data. It involves motion detection on GPS data to identify stops, grid matching to map GPS coordinates to a road network, building a directed graph of the network, and using supervised learning methods like decision trees on historical travel times to predict times for new trips. Key factors in the predictions are day of week, time of day, and features derived from taxi GPS data. The model performance is evaluated based on mean absolute percentage error, mean absolute error, and mean percentage error.