paper-with-me

홈 › Papers

Travel Time Prediction using Tree-Based Ensembles

2020-05-28 · He Huang, Martin Pouls, Anne Meyer, Markus Pauly

In this paper, we consider the task of predicting travel times between two arbitrary points in an urban scenario. We view this problem from two temporal perspectives: long-term forecasting with a horizon of several days and short-term forecasting with a horizon of one hour. Both of these perspectives are relevant for planning tasks in the context of urban mobility and transportation services. We utilize tree-based ensemble methods that we train and evaluate on a dataset of taxi trip records from New York City. Through extensive data analysis, we identify relevant temporal and spatial features. We also engineer additional features based on weather and routing data. The latter is obtained via a routing solver operating on the road network. The computational results show that the addition of this routing data can be beneficial to the model performance. Moreover, employing different models for short and long-term prediction is useful as short-term models are better suited to mirror current traffic conditions. In fact, we show that accurate short-term predictions may be obtained with only little training data.

📄 PDF Abstract BibTeX arXiv:2005.13818

Code (1)

Microsoft/LightGBM 공식 구현 pytorch

Tasks

Prediction

Methods 이 논문이 사용한 방법론

Travel 설명 없음
14 Ways to speak to someone at Westjet Atlantic Air-Lines: Call Now for Rapid Support 설명 없음
11 Ways To Talk To Live Agent At Westjet Airlines : A Quick Guide 설명 없음
21 Ways To Connect To Live Agent At Westjet Airlines : A Quick Guide 설명 없음
19 Ways To Phone To Live Persons At Westjet Airlines: A Step By Step Guide 설명 없음
30 Ways To Call To Live Agent At Westjet Airlines : A Step By Step Guide 설명 없음
Ten Ways to Contact To Live Agent At Southwest Airlines Customer Care: A Step-by-Step Guide 설명 없음
13 Ways To Talk To Live Agent At Southwest Airlines : A Quick Guide 설명 없음

Similar Papers 제목 키워드 기반

Boosting Algorithms for Delivery Time Prediction in Transportation Logistics

2020-09-24 · Jihed Khiari, Cristina Olaverri-Monreal

Travel time is a crucial measure in transportation. Accurate travel time prediction is also fundamental for operation and advanced information systems. A variety of solutions exist for short-term travel time predictions …

Predictionregression

Comparative Evaluation of Tree-Based Ensemble Algorithms for Short-Term Travel Time Prediction

2018-10-23 · Saleh Mousa, Sherif Ishak

Disseminating accurate travel time information to road users helps achieve traffic equilibrium and reduce traffic congestion. The deployment of Connected Vehicles technology will provide unique opportunities for the impl…

Prediction

Why do Random Forests Work? Understanding Tree Ensembles as Self-Regularizing Adaptive Smoothers

2024-02-02 · Alicia Curth, Alan Jeffares, Mihaela van der Schaar

Despite their remarkable effectiveness and broad application, the drivers of success underlying ensembles of trees are still not fully understood. In this paper, we highlight how interpreting tree ensembles as adaptive a…

Decision Concept Lattice vs. Decision Trees and Random Forests

2021-06-01 · Egor Dudyrev, Sergei O. Kuznetsov

Decision trees and their ensembles are very popular models of supervised machine learning. In this paper we merge the ideas underlying decision trees, their ensembles and FCA by proposing a new supervised machine learnin…

BIG-bench Machine LearningClassificationPredictionregression

Making Tree Ensembles Interpretable: A Bayesian Model Selection Approach

2016-06-29 · Satoshi Hara, Kohei Hayashi

Tree ensembles, such as random forests and boosted trees, are renowned for their high prediction performance. However, their interpretability is critically limited due to the enormous complexity. In this study, we presen…

Model Selection